样式微调
This commit is contained in:
@@ -357,6 +357,8 @@ onMounted(() => {
|
||||
background: #fff;
|
||||
border-radius: 4px;
|
||||
display: flex;
|
||||
// justify-content: space-around;
|
||||
// justify-content: space-evenly;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-bottom: 10px;
|
||||
@@ -366,7 +368,7 @@ onMounted(() => {
|
||||
.function_item {
|
||||
flex: none;
|
||||
width: 6%;
|
||||
height: 50px;
|
||||
height: 40px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
@@ -377,8 +379,8 @@ onMounted(() => {
|
||||
padding: 0px 30px;
|
||||
|
||||
.item_img {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
border-radius: 50%;
|
||||
// background-color: #607eab;
|
||||
display: flex;
|
||||
@@ -386,7 +388,7 @@ onMounted(() => {
|
||||
justify-content: center;
|
||||
margin-right: 5px;
|
||||
img {
|
||||
width: 40px;
|
||||
width: 20px;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
@@ -403,7 +405,7 @@ onMounted(() => {
|
||||
|
||||
.item_text {
|
||||
p {
|
||||
width: 40px;
|
||||
width: 80px;
|
||||
margin: 0;
|
||||
font-weight: 800;
|
||||
color: var(--el-color-primary);
|
||||
|
||||
Reference in New Issue
Block a user