* Code for finish task 84525.

This commit is contained in:
tianshujie
2023-03-03 10:03:32 +08:00
parent 5a2ffd541d
commit 8dc3d3b291
6 changed files with 11 additions and 10 deletions
+2 -1
View File
@@ -8,7 +8,7 @@
.flex-center {display: flex; justify-content: center; align-items: center;}
/* menu-tree */
.menu-tree {flex: 0 0 200px; background: #fff; padding: 10px 10px;}
.menu-tree {flex: 0 0 200px; background: #fff; padding: 10px 10px; overflow: hidden;}
.menu-tree > .tree {padding-top: 20px;}
.tree ul {margin-bottom: 0;}
#menuTree > li.has-list > ul > li {padding-left: 10px;}
@@ -36,6 +36,7 @@
.form-item-content.hover-color-primary > .form-item.active .form-control {border-color: blue;}
.form-item-content.border-color-primary > .form-item .form-control {border: 1px solid blue;}
#menuTree > li > a, #menuTree > li > ul > li > a {white-space: nowrap; text-overflow: clip; overflow: hidden;}
/* bottom-btn */
.bottom-btn {display: flex; align-items: center; background: #fff; padding-left: 150px; padding-bottom: 20px;}