Compare commits

..

No commits in common. "5654b3aeefd6a1440f090ed40ae85ef7d140dc44" and "afae859d8b9d5e606ba7161557d1009a5f646975" have entirely different histories.

View File

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