mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 新增选择联动
This commit is contained in:
@@ -73,7 +73,7 @@ $textSize: 10px;
|
||||
&.select {
|
||||
border: 1px solid v-bind('themeColor');
|
||||
/* 需要设置最高级,覆盖 hover 的颜色 */
|
||||
background-color: rgba(0, 0, 0, 0) !important;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
.select-modal,
|
||||
.item-content {
|
||||
@@ -89,10 +89,10 @@ $textSize: 10px;
|
||||
height: calc(100% - 10px);
|
||||
}
|
||||
.select-modal {
|
||||
background-color: v-bind('themeColor');
|
||||
opacity: 0.3;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
opacity: 0.3;
|
||||
background-color: v-bind('themeColor');
|
||||
}
|
||||
.list-img {
|
||||
flex-shrink: 0;
|
||||
|
||||
Reference in New Issue
Block a user