自定义多选级联组件支持隔代取消

46 阅读7分钟

` .box { background: #ffffff !important; border: 1px solid rgba(228, 232, 241, 1); border-radius: 4px; } .box-header-title { font-family: PingFangSC-Semibold; font-size: 14px; color: #707986; font-weight: 600; } .header-title-top { font-family: PingFangSC-Semibold; font-size: 16px; color: #707986; font-weight: 600; } .divider { width: 100%; height: 20px; border-bottom: 1px solid #d9d9d9; } .search { height: 250px; background: #f4f4f4; border-radius: 4px; :deep(.ant-select-selection-item) { background-color: #e6f4ff; color: #178ee7; } :deep(.anticon-close) { color: #178ee7; } :deep(.ant-select-lg) { font-size: 14px; } } .search-box { // border: 1px solid rgba(228, 232, 241, 1); padding-top: 20px; } .search-sample { min-height: 320px; } .box-title { margin-left: 20px; line-height: 40px; font-size: 15px; } .content-sample { height: 400px; } :deep(.dp__action_buttons) { flex: 1; } :deep(.dp__action_button) { font-size: 12px; } :deep(.dp__input_readonly::-webkit-input-placeholder) { color: #999; font-size: 14px !important; }

`