Commit 5d280e47 by Wuyuqiu

公共样式调整

parent 6f566e58
......@@ -415,6 +415,7 @@
.el-collapse .el-collapse-item__wrap{
/* background-color: var(--bgcolor); */
border-bottom: 0px solid #fff;
}
.el-collapse-item__header{
......@@ -586,3 +587,28 @@ margin-left: 120px;
flex: 1;
}
/* .el-input__inner {
&::placeholder {
color: red;
}
} */
/* ::-ms-input-placeholder{
color: red;
} */
/* /deep/.el-input__inner {
&::placeholder {
color: red;
font-size: 16px;
}
} */
/* 更改文本框的placeholder的颜色 */
/* input[type=text]::placeholder {
color: blue;
} */
/* .el-input__inner::placeholder {
color: blue;
} */
......@@ -207,4 +207,8 @@ export default {
/* .eContainer-table thead tr th.is-leaf{
border-bottom: transparent;
} */
.eContainer-table-block .el-icon-arrow-right:before{
margin-right: 0px;
width: 0px;
}
</style>
\ No newline at end of file
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