| | |
| | | .el-input__icon {
|
| | | line-height: 32px;
|
| | | }
|
| | | .el-button--mini {
|
| | | background: #AAB6BA;
|
| | | }
|
| | | .el-button--primary {
|
| | | background: #5DD1FC;
|
| | | }
|
| | | // .el-popper[x-placement^=bottom] {
|
| | | // margin-top: 50px;
|
| | | // }
|
| | | .el-button--mini {
|
| | | background: transparent;
|
| | | }
|
| | | .el-button--primary {
|
| | | background-color: transparent;
|
| | | }
|
| | | .el-button--primary.active {
|
| | | background-color: #5DD1FC!important;
|
| | | }
|
| | | .el-form-item__content {
|
| | | line-height: 40px;
|
| | | }
|
| | | .el-form-item {
|
| | | margin-bottom: 22px;
|
| | | }
|
| | | .el-form-item__label {
|
| | | font-size: 12px;
|
| | | }
|
| | | .el-dialog__wrapper {
|
| | | .el-input__inner {
|
| | | color: #000;
|
| | | }
|
| | | } |