* Code for finish task 84525.
This commit is contained in:
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user