perf: 优化点击右键时选中框缺少右侧线条

This commit is contained in:
韦荣超 2022-02-23 15:51:24 +08:00
parent b1c5aaff43
commit f9cc2ceb11
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
background-color: #8BCF70;
color:#FFFFFF;
text-align: center;
margin-top: 5px;
margin-top: 4px;
padding-top: 2px
}
}

View File

@ -78,6 +78,7 @@
width: 100%;
overflow-x: hidden;
overflow-y: auto;
padding-right: 9px;
> ul {
&.dialog {
> li {
@ -199,7 +200,6 @@
}
&.operate {
border-color: $primary-color;
width:97%;
}
&.loading {
margin: 0;