mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
23 lines
280 B
Plaintext
23 lines
280 B
Plaintext
@color: red;
|
|
|
|
.el-form-item {
|
|
span {
|
|
margin-left: 15px;
|
|
}
|
|
}
|
|
|
|
.demo-table-expand {
|
|
font-size: 0;
|
|
|
|
label {
|
|
width: 90px;
|
|
color: #99a9bf;
|
|
}
|
|
|
|
.el-form-item {
|
|
margin-right: 0;
|
|
margin-bottom: 0;
|
|
width: 50%;
|
|
}
|
|
}
|