style:左侧菜单的修改
Showing
2 changed files
with
3 additions
and
4 deletions
| ... | @@ -693,8 +693,6 @@ | ... | @@ -693,8 +693,6 @@ |
| 693 | 693 | ||
| 694 | // 人员管理角色管理菜单管理修改新增弹框样式 | 694 | // 人员管理角色管理菜单管理修改新增弹框样式 |
| 695 | .PersonnelDialog { | 695 | .PersonnelDialog { |
| 696 | |||
| 697 | |||
| 698 | .el-dialog__headerbtn .el-dialog__close { | 696 | .el-dialog__headerbtn .el-dialog__close { |
| 699 | font-size: 20px; | 697 | font-size: 20px; |
| 700 | color: #4162D8 | 698 | color: #4162D8 |
| ... | @@ -789,13 +787,13 @@ | ... | @@ -789,13 +787,13 @@ |
| 789 | height: calc(100% - 58px); | 787 | height: calc(100% - 58px); |
| 790 | display: flex; | 788 | display: flex; |
| 791 | flex-direction: column; | 789 | flex-direction: column; |
| 790 | |||
| 792 | .from-clues-content { | 791 | .from-clues-content { |
| 793 | flex: 1; | 792 | flex: 1; |
| 794 | height: 100%; | 793 | height: 100%; |
| 795 | } | 794 | } |
| 796 | } | 795 | } |
| 797 | 796 | ||
| 798 | |||
| 799 | // 修改基本信息界面样式 | 797 | // 修改基本信息界面样式 |
| 800 | .informationbase { | 798 | .informationbase { |
| 801 | margin: 0.1875rem 1.0417rem; | 799 | margin: 0.1875rem 1.0417rem; | ... | ... |
| ... | @@ -113,6 +113,7 @@ | ... | @@ -113,6 +113,7 @@ |
| 113 | @include font_color("submenuColor"); | 113 | @include font_color("submenuColor"); |
| 114 | border-right: 5px solid #36CEB6; | 114 | border-right: 5px solid #36CEB6; |
| 115 | box-sizing: border-box; | 115 | box-sizing: border-box; |
| 116 | |||
| 116 | .svg-icon { | 117 | .svg-icon { |
| 117 | color: #1ea6f8 !important; | 118 | color: #1ea6f8 !important; |
| 118 | } | 119 | } |
| ... | @@ -366,7 +367,7 @@ | ... | @@ -366,7 +367,7 @@ |
| 366 | } | 367 | } |
| 367 | 368 | ||
| 368 | .el-menu-item span { | 369 | .el-menu-item span { |
| 369 | white-space: nowrap !important; | 370 | // white-space: nowrap !important; |
| 370 | word-break: break-all; | 371 | word-break: break-all; |
| 371 | line-height: 20px; | 372 | line-height: 20px; |
| 372 | flex: 1; | 373 | flex: 1; | ... | ... |
-
Please register or sign in to post a comment