feat: system-char-config 添加

This commit is contained in:
zhangyu
2021-12-03 10:08:34 +08:00
parent fb80fa3de9
commit c039a9ac61
5 changed files with 275 additions and 45 deletions

View File

@@ -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;
//}
}
}