| 1234567891011121314151617181920212223242526272829303132333435363738 |
- .equipment_box {
- padding: 10px;
- @import './select-dropdown.scss';
- .tool {
- display: flex;
- margin-bottom: 8px;
- }
- .label_text {
- margin-top: 10px;
- float: left;
- }
- .mark {
- color: red;
- }
- .add_dialog {
- display: flex;
- .left,
- .right {
- flex: 1;
- margin-left: 10px;
- }
- }
- .install_equ {
- margin-top: 8px;
- .el-checkbox {
- margin-right: 10px;
- /deep/ .el-checkbox__label {
- color: #c0c4cc;
- }
- }
- }
- .upload_bin {
- /deep/ .el-icon-close {
- color: $color;
- display: inline-block;
- }
- }
- }
|