Merge branch 'master' of http://yun.pashanhoo.com:9090/renchao/CadastralSystem
Showing
1 changed file
with
10 additions
and
0 deletions
... | @@ -149,7 +149,17 @@ ol, ul { list-style:none; } | ... | @@ -149,7 +149,17 @@ ol, ul { list-style:none; } |
149 | } | 149 | } |
150 | .el-dialog__header{ | 150 | .el-dialog__header{ |
151 | border-bottom: 1px solid #F1F1F1; | 151 | border-bottom: 1px solid #F1F1F1; |
152 | background: #6f94f5; | ||
152 | } | 153 | } |
154 | .el-dialog__title{ | ||
155 | line-height: 24px; | ||
156 | font-size: 18px; | ||
157 | color: #ffffff; | ||
158 | } | ||
159 | .el-dialog__headerbtn .el-dialog__close{ | ||
160 | color: #ffffff; | ||
161 | } | ||
162 | |||
153 | // 自定义右键菜单样式 | 163 | // 自定义右键菜单样式 |
154 | .contextmenu { | 164 | .contextmenu { |
155 | margin: 0; | 165 | margin: 0; | ... | ... |
-
Please register or sign in to post a comment