Commit 2a4ede64 authored by 罗超's avatar 罗超

1

parent 3ff11504
......@@ -349,7 +349,7 @@
}
.progress-box {
// width: 600px;
width: 600px;
height: 20px;
margin: 10px auto;
border-radius: 2px;
......
......@@ -476,19 +476,19 @@
}
}
/deep/el-input,
/deep/.el-input__inner {
::v-deep .el-input,
::v-deep .el-input__inner {
background-color: rgba(255, 255, 255, 0.15);
color: #fff;
border: none;
}
/deep/.el-input__prefix,
/deep/.el-input__suffix {
::v-deep .el-input__prefix,
::v-deep .el-input__suffix {
color: #fff;
}
/deep/.el-input__inner::placeholder {
::v-deep .el-input__inner::placeholder {
color: #fff;
font-size: 12px;
}
......
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