update
This commit is contained in:
parent
7f6fa0af96
commit
ebae332674
@ -102,13 +102,15 @@ $buttonHeight: $buttonH * 1px;
|
|||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
// background: #f003;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.field {
|
.field {
|
||||||
@ -395,7 +397,7 @@ $iconBgImage: '../assets/images/icon.png';
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.field {
|
.field {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
// 元素
|
// 元素
|
||||||
width: inherit;
|
width: inherit;
|
||||||
min-height: inherit;
|
min-height: inherit;
|
||||||
@ -411,7 +413,7 @@ $iconBgImage: '../assets/images/icon.png';
|
|||||||
}
|
}
|
||||||
|
|
||||||
.form {
|
.form {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: $mobileFormWidth;
|
width: $mobileFormWidth;
|
||||||
// - - - tab
|
// - - - tab
|
||||||
:deep(.el-tabs__header) {
|
:deep(.el-tabs__header) {
|
||||||
@ -450,8 +452,8 @@ $iconBgImage: '../assets/images/icon.png';
|
|||||||
color: #262626;
|
color: #262626;
|
||||||
}
|
}
|
||||||
|
|
||||||
:deep(#button-form-item) {
|
:deep(#button-form-item) {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
button {
|
button {
|
||||||
// 元素
|
// 元素
|
||||||
height: $mobileRowHeight;
|
height: $mobileRowHeight;
|
||||||
|
Loading…
Reference in New Issue
Block a user