.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; } } .upload_bin { /deep/ .el-icon-close { color: $color; display: inline-block; } } }