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; background-color: #8BCF70;
color:#FFFFFF; color:#FFFFFF;
text-align: center; text-align: center;
margin-top: 5px; margin-top: 4px;
padding-top: 2px padding-top: 2px
} }
} }

View File

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