Переглянути джерело

Merge pull request 'update' (#73) from projects/mes-lb into projects/mes-test

Reviewed-on: http://git.picaiba.com/mt-fe-group/yudao-dev/pulls/73
pull/74/head
g7hoo 10 місяці тому
джерело
коміт
5654b3aeef
1 змінених файлів з 7 додано та 5 видалено
  1. +7
    -5
      src/assets/styles/login.scss

+ 7
- 5
src/assets/styles/login.scss Переглянути файл

@@ -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) {
margin: 0 !important;
:deep(#button-form-item) {
margin: 0 !important;
button { button {
// 元素 // 元素
height: $mobileRowHeight; height: $mobileRowHeight;


Завантаження…
Відмінити
Зберегти