diff --git a/src/App.vue b/src/App.vue index 5852aaf40..25103c0d6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -520,4 +520,32 @@ h3 { .el-date-editor.el-input{ width: 100%; } + +.list-group-border-radius { + border-radius: 4px; + border: 1px solid #ebeef5; + background: #fff; +} + +.list-group { + list-style: none; + padding: 0; + margin: 0; +} + +.list-group-item { + padding: 12px 15px; + cursor: pointer; + /*border-bottom: 1px solid #ebeef5;*/ +} + +.list-group-item:hover { + background-color: #f5f7fa; +} + +.vc-node-selected { + background-color: #409eff; + color: #fff; + font-weight: bold; +} \ No newline at end of file diff --git a/src/views/fee/feeConfigManageList.vue b/src/views/fee/feeConfigManageList.vue index 87fc35f81..7f0c47a98 100644 --- a/src/views/fee/feeConfigManageList.vue +++ b/src/views/fee/feeConfigManageList.vue @@ -2,7 +2,7 @@
-
+