CN-1612 feat: 部分css重构内容: 将页面中<style>标签内的样式移到对应的scss文件中
This commit is contained in:
@@ -183,4 +183,9 @@
|
||||
height: 70px;
|
||||
border-radius: $tab-border-radius;
|
||||
}
|
||||
|
||||
.el-tag {
|
||||
font-size: 12px !important;
|
||||
border-radius: 20px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user