style: 优化部分样式
This commit is contained in:
parent
14b539bbef
commit
efe44ac59f
|
@ -101,6 +101,7 @@ export default {
|
|||
display: inline-flex;
|
||||
align-items: center;
|
||||
line-height: normal;
|
||||
user-select: none;
|
||||
&-selected,
|
||||
&-active {
|
||||
background-color: rgba(9, 255, 212, 0.3) !important;
|
||||
|
|
|
@ -666,7 +666,7 @@
|
|||
border-top: 1px solid rgba(12, 235, 201, .3);
|
||||
border-bottom: 1px solid rgba(12, 235, 201, .3);
|
||||
margin-bottom: 16px;
|
||||
padding: 5px 10px;
|
||||
padding: 5px 10px 8px;
|
||||
background-color: rgba(12, 235, 201, .05);
|
||||
overflow: auto;
|
||||
.ant-menu {
|
||||
|
|
|
@ -174,6 +174,12 @@ body {
|
|||
&-year-select-content {
|
||||
color: #fff;
|
||||
}
|
||||
&-month {
|
||||
&:hover {
|
||||
color: #fff !important;
|
||||
background-color: @primary-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -293,7 +293,7 @@ export default {
|
|||
]
|
||||
},
|
||||
style: {
|
||||
width: '600px'
|
||||
width: '610px'
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -76,11 +76,11 @@
|
|||
<img src="@/assets/images/global/edit.png" alt="" />
|
||||
Edit
|
||||
</a-button>
|
||||
<a-button @click="onDel" type="primary">
|
||||
<a-button type="primary">
|
||||
<img src="@/assets/images/global/import.png" alt="" />
|
||||
Import
|
||||
</a-button>
|
||||
<a-button @click="onDel" type="primary">
|
||||
<a-button type="primary">
|
||||
<img src="@/assets/images/global/export.png" alt="" />
|
||||
Export
|
||||
</a-button>
|
||||
|
@ -419,11 +419,10 @@ export default {
|
|||
toUserId,
|
||||
stationIds: [this.dragItem.stationId]
|
||||
})
|
||||
if(success) {
|
||||
if (success) {
|
||||
this.$message.success('Change Success')
|
||||
this.getList()
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
this.$message.error('Change Fail')
|
||||
}
|
||||
} catch (error) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user