修改,除 #5和#10
Showing
16 changed files
with
132 additions
and
99 deletions
-
Please register or sign in to post a comment
... | ... | @@ -109,8 +109,8 @@ npm run sandbox |
#### z-index 权重划分 | ||
- 遮罩蒙层:5000 | ||
- 导航栏:1000 | ||
- 遮罩蒙层:5000 | ||
- 导航栏:4000 | ||
- element-ui:2000+ | ||
- 自定义交互组件 如 date-picker: 800-900 | ||
- 一般业务级:小于 100 | ||
... | ... |
... | ... | @@ -8,7 +8,7 @@ $navHeiM: 72px; |
background-color: #fff; | ||
color: $cFontGray; | ||
position: relative; | ||
z-index: 9000; | ||
z-index: 4000; | ||
font-size: $fontSize; | ||
.header-container { | ||
... | ... |
... | ... | @@ -185,6 +185,7 @@ export default { |
}, | ||
// 确认保单按钮 | ||
handleConfirmPolicy() { | ||
if(!this.checked) return; | ||
if (this.policyDetail) { | ||
if (this.loading) { | ||
return; | ||
... | ... |
@import '@/styles/_support.scss'; | ||
.container{ | ||
font-size: $fontSize-M2; | ||
// font-size: $fontSize-M2; | ||
width: 100%; | ||
} | ||
... | ... |
... | ... | @@ -22,7 +22,7 @@ |
height: 57px; | ||
background-color: #f2f2f2; | ||
padding: 0 20px; | ||
padding: 0 18px; | ||
margin-right: $marginSmall; | ||
min-width: 120px; | ||
... | ... |