feat: system-char-config 添加
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
.element-item {
|
||||
padding: 0;
|
||||
border-bottom: none;
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: 20px !important;
|
||||
}
|
||||
.vue-tags-input{
|
||||
display: inline-block;
|
||||
@@ -122,7 +122,14 @@
|
||||
.system-chart-config-left{
|
||||
width: 40%;
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
border: 1px solid $--border-color-light;
|
||||
border-radius: 2px;
|
||||
padding: 10px;
|
||||
box-sizing: border-box;
|
||||
ul{
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.system-chart-item {
|
||||
font-size: 14px;
|
||||
padding: 3px 5px;
|
||||
@@ -140,5 +147,10 @@
|
||||
margin-left: 10px;
|
||||
height: 100%;
|
||||
}
|
||||
//.el-select__tags > span {
|
||||
// display: flex;
|
||||
// width: 100%;
|
||||
// overflow-x: auto;
|
||||
//}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user