Commit a114186d by caoyanzhi

调整样式

parent 2f758159
......@@ -6,3 +6,6 @@
font-size: 12px !important;
color: #909399;
}
.manualTagEdit-wrap .manualTagEdit-wrap__form .el-form-item__label {
color: #606266;
}
......@@ -792,6 +792,7 @@ export default {
.right-box {
padding: 0 !important;
.manualTagEdit-wrap__title {
margin-bottom: 0;
padding: 18px 42px 16px;
width: 100%;
font-size: 16px;
......@@ -800,6 +801,7 @@ export default {
}
.manualTagEdit-wrap__form {
padding: 30px 42px;
width: 100%;
}
.input-label {
position: absolute;
......@@ -817,6 +819,9 @@ export default {
.no-tag-value {
padding: 60px 0 65px;
text-align: center;
p {
font-weight: 300;
}
}
.add-tag-val {
position: relative;
......@@ -879,6 +884,9 @@ export default {
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
&:hover {
color: #1890FF;
}
}
.import-num {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment