mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-06 03:58:04 +08:00
perf: 优化框选的样式
This commit is contained in:
parent
792c403f21
commit
ae6641daa0
@ -93,21 +93,20 @@ watch(
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 5px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.select-border {
|
||||
left: 0;
|
||||
top: 0;
|
||||
opacity: 0.5;
|
||||
border-width: 2px;
|
||||
opacity: 1;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: v-bind('themeColor');
|
||||
}
|
||||
.select-background {
|
||||
top: 2px;
|
||||
left: 2px;
|
||||
opacity: 0.2;
|
||||
opacity: 0.08;
|
||||
background-color: v-bind('themeColor');
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user