bm-admin-ui 1.2.37-alpha → 1.2.39-alpha
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/form-create/index.js +98 -34
- package/es/components/input-tags-display/index.js +10 -5
- package/lib/components/form-create/index.js +98 -34
- package/lib/components/input-tags-display/index.js +9 -4
- package/package.json +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/input-tags-display.css +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
.bm-tags-display{width:100%;position:relative;display:inline-block}.bm-tags-display-wrapper{position:relative}.bm-tags-display .select-input-wrapper{background-color:#fff;white-space:nowrap;overflow:auto;border-radius:2px;border:1px solid #d9d9d9;padding:4px 10px;line-height:20px;position:relative;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis}.bm-tags-display .select-input-wrapper::-webkit-scrollbar{display:none}.bm-tags-display .select-input-wrapper .list-clear{position:absolute;right:0;top:0;width:40px;height:100%;background:#fff;border-radius:0 2px 2px 0;color:#9393a3;text-align:center;line-height:27px;cursor:pointer}.bm-tags-display .select-input-wrapper .ant-tag{border-radius:2px;font-size:12px}.bm-tags-display .selector-empty-input{background-color:#fff;width:100%;border-radius:2px;border:1px solid #d9d9d9;line-height:30px;cursor:pointer;margin-bottom:6px;color:#9393a3}.bm-tags-display .selector-empty-input:hover{border-color:#2f4eed}.bm-tags-display .empty-disabled{background-color:#f5f5f5;cursor:not-allowed}.bm-tags-display .empty-disabled:hover{border-color:#d9d9d9}.bm-tags-display .ant-popover-title{border-bottom:none}.bm-tags-display .ant-popover-inner-content{padding-top:2px}.__list-filter-popover .pop-seleted{max-width:980px}.__list-filter-popover .pop-seleted-title{color:#505259;line-height:22px}.__list-filter-popover .pop-seleted-title span{font-weight:600;color:#2f4eed;line-height:30px;margin:0 8px}.__list-filter-popover .pop-seleted-list{display:flex;justify-content:stretch;flex-wrap:wrap;max-height:240px;overflow-y:auto}.__list-filter-popover .pop-seleted-list::-webkit-scrollbar{width:4px}.__list-filter-popover .pop-seleted-list::-webkit-scrollbar-thumb{background:rgba(147,147,163,.5);border-radius:3px}.__list-filter-popover .pop-seleted-item{background:#f5f5f5;border-radius:2px;border:1px solid #d9d9d9;padding:1px 8px;font-size:12px;font-weight:400;color:#242633;line-height:20px;display:inline-block;margin:8px 8px 0 0}.__list-filter-popover.ant-tooltip{max-width:100%}
|
|
1
|
+
.bm-tags-display{width:100%;position:relative;display:inline-block}.bm-tags-display-wrapper{position:relative}.bm-tags-display .select-input-wrapper{background-color:#fff;white-space:nowrap;overflow:auto;border-radius:2px;border:1px solid #d9d9d9;padding:4px 10px;line-height:20px;position:relative;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis}.bm-tags-display .select-input-wrapper::-webkit-scrollbar{display:none}.bm-tags-display .select-input-wrapper .list-clear{position:absolute;right:0;top:0;width:40px;height:100%;background:#fff;border-radius:0 2px 2px 0;color:#9393a3;text-align:center;line-height:27px;cursor:pointer}.bm-tags-display .select-input-wrapper .ant-tag{border-radius:2px;font-size:12px}.bm-tags-display .selector-empty-input{background-color:#fff;width:100%;border-radius:2px;border:1px solid #d9d9d9;line-height:30px;cursor:pointer;margin-bottom:6px;color:#9393a3}.bm-tags-display .selector-empty-input:hover{border-color:#2f4eed}.bm-tags-display .selector-input-arrow{position:absolute;right:0;top:0;width:40px;height:100%;display:flex;align-items:center;justify-content:center;color:rgba(0,0,0,.25);pointer-events:none;font-size:14px}.bm-tags-display .empty-disabled{background-color:#f5f5f5;cursor:not-allowed}.bm-tags-display .empty-disabled:hover{border-color:#d9d9d9}.bm-tags-display .ant-popover-title{border-bottom:none}.bm-tags-display .ant-popover-inner-content{padding-top:2px}.__list-filter-popover .pop-seleted{max-width:980px}.__list-filter-popover .pop-seleted-title{color:#505259;line-height:22px}.__list-filter-popover .pop-seleted-title span{font-weight:600;color:#2f4eed;line-height:30px;margin:0 8px}.__list-filter-popover .pop-seleted-list{display:flex;justify-content:stretch;flex-wrap:wrap;max-height:240px;overflow-y:auto}.__list-filter-popover .pop-seleted-list::-webkit-scrollbar{width:4px}.__list-filter-popover .pop-seleted-list::-webkit-scrollbar-thumb{background:rgba(147,147,163,.5);border-radius:3px}.__list-filter-popover .pop-seleted-item{background:#f5f5f5;border-radius:2px;border:1px solid #d9d9d9;padding:1px 8px;font-size:12px;font-weight:400;color:#242633;line-height:20px;display:inline-block;margin:8px 8px 0 0}.__list-filter-popover.ant-tooltip{max-width:100%}
|