| 123456789101112131415161718192021222324252627282930313233 | $color: #c0c4cc;.user_list { padding: 10px; .tool {  display: flex; } .add_dialog, .edit_dialog {  display: flex;  @import './select-dropdown.scss';  .important_content,  .unimportant_content {   flex: 1;   .label_text {    margin-top: 10px;    float: left;   }   .mark {    color: red;   }   .radio_type {    text-align: left;    margin-top: 8px;   }   /deep/ .el-radio__label {    color: $color;   }  }  .unimportant_content {   margin-left: 10px;  } }}
 |