CN-1612 feat: 部分css重构内容: 将页面中<style>标签内的样式移到对应的scss文件中

This commit is contained in:
刘洪洪
2024-04-08 18:01:01 +08:00
parent cc36e47197
commit b81a114631
11 changed files with 38 additions and 56 deletions

View File

@@ -183,4 +183,9 @@
height: 70px;
border-radius: $tab-border-radius;
}
.el-tag {
font-size: 12px !important;
border-radius: 20px !important;
}
}

View File

@@ -176,6 +176,18 @@ $bg-color-page: var(--el-bg-color-page);
span:last-of-type {
color: var(--el-text-color-regular);
}
.detection-row-active {
height: 20px;
line-height: 20px;
padding: 0 7px;
background: var(--el-color-success-light-8);
border-radius: 2px;
font-family: NotoSansHans-Medium;
font-size: 12px;
color: var(--el-color-success);
font-weight: 500;
}
}
.basic-info__item1 {

View File

@@ -45,6 +45,7 @@ $color-regular: var(--el-text-color-regular);
word-break: break-all;
.row__label {
width: 176px;
padding-right: 20px;
min-width: 100px;
color: $color-regular;
@@ -106,6 +107,10 @@ $color-regular: var(--el-text-color-regular);
margin-right: 7px;
}
}
.row__content {
width: calc(100% - 176px);
padding-right: 50px;
}
.row__content1 {
display: block;
padding-right: 50px;