@ctzy-web-client/plugin-component-vue 1.0.32 → 1.0.33
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/datatable-settings/datatable-settings.mjs +1 -2
- package/es/pct-filter-panel/pct-compents/pct-multiple-menu-condition.mjs +131 -271
- package/lib/datatable-settings/datatable-settings.js +1 -2
- package/lib/pct-filter-panel/pct-compents/pct-multiple-menu-condition.js +129 -269
- package/package.json +1 -1
- package/src/datatable-settings/datatable-settings.vue +2 -3
- package/src/pct-filter-panel/pct-compents/pct-multiple-menu-condition.vue +23 -118
- package/style/index.css +1 -1
- package/style/pct-filter-panel.css +1 -1
- package/style/src/pct-filter-panel.scss +0 -19
- /package/es/{components.css → index.css} +0 -0
- /package/lib/{components.css → index.css} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
.bwa-pctfilterpanel{font-size:14px;line-height:22px;color:var(--bwa-text-color-primary);display:flex;align-items:center;flex-wrap:wrap;margin-top:-15px}.bwa-pctfilterpanel__input{flex:auto}.bwa-pctfilterpanel__input .el-input__wrapper{padding:3px 7px;border-radius:4px}.bwa-pctfilterpanel__search{flex:1;height:32px;font-size:14px;margin:16px 0 0 0}.bwa-pctfilterpanel__search .el-input__wrapper{padding:3px 7px;border-radius:4px}.bwa-pctfilterpanel__options{font-weight:500}.bwa-pctfilterpanel__reset{width:60px;height:32px;--el-button-size:28px;margin-top:16px;margin-right:16px;margin-left:0!important;font-size:14px;line-height:32px}.bwa-pctfilterpanel__filterBut{height:32px;--el-button-size:28px}.bwa-pctfilterpanel__filterBut:hover .bwa-pctfilterpanel-filter__plus::after,.bwa-pctfilterpanel__filterBut:hover .bwa-pctfilterpanel-filter__plus::before{background-color:#38c4ff}.bwa-pctfilterpanel__title{color:#24515d;font-size:14px;padding-right:8px;padding-top:16px;width:86px;text-align:left}.bwa-pctfilterpanel-item{display:inline-block;position:relative;padding-right:20px;margin-top:16px;box-sizing:border-box}.bwa-pctfilterpanel-item__close{position:absolute;right:0;top:0;display:none;font-size:16px;opacity:.6;transform:translate(-50%,-50%);cursor:pointer}.bwa-pctfilterpanel-item__close:hover{opacity:1}.bwa-pctfilterpanel-item:hover .bwa-pctfilterpanel-item__close{display:inline}.bwa-pctfilterpanel-item__conditbox{display:flex;align-items:center;width:100%}.bwa-pctfilterpanel-item__title{color:#24515d;font-size:14px;padding-right:8px;width:86px;text-align:left}.bwa-pctfilterpanel-item__multiple .el-input__wrapper{padding:3px 7px;border-radius:4px}.bwa-pctfilterpanel-item__content{flex:auto;height:32px;border:1px solid #dcdcdc;border-radius:4px;font-size:14px;line-height:26px;padding:0 6px;box-sizing:border-box;color:#a8abb2;display:flex;align-items:center;justify-content:space-between}.bwa-pctfilterpanel-item__contentTop{margin:4px 2px}.bwa-pctfilterpanel-item__select .el-input__wrapper{border-radius:4px}.bwa-pctfilterpanel-item__clear{height:32px;line-height:32px;text-align:center;font-size:14px;color:#38c4ff;border:1px solid #eaeeef;border-radius:4px;margin:0 2px;cursor:pointer}.bwa-pctfilterpanel-item__tag{margin-right:6px;height:20px;max-width:80px}.bwa-pctfilterpanel-item__tag .el-tag__content{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bwa-pctfilterpanel-item__tag_box{max-width:600px;padding-top:6px}.bwa-pctfilterpanel-item__tag_details{margin-right:6px;height:20px;margin-bottom:6px}.bwa-pctfilterpanel-item__contentBox{flex:auto;width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bwa-pctfilterpanel-item__options{flex:auto}.bwa-pctfilterpanel-item__contentBox_placeholder{color:#b0c0c5}.bwa-pctfilterpanel-item__contentBox_label{color:#547781}.bwa-pctfilterpanel-
|
|
1
|
+
.bwa-pctfilterpanel{font-size:14px;line-height:22px;color:var(--bwa-text-color-primary);display:flex;align-items:center;flex-wrap:wrap;margin-top:-15px}.bwa-pctfilterpanel__input{flex:auto}.bwa-pctfilterpanel__input .el-input__wrapper{padding:3px 7px;border-radius:4px}.bwa-pctfilterpanel__search{flex:1;height:32px;font-size:14px;margin:16px 0 0 0}.bwa-pctfilterpanel__search .el-input__wrapper{padding:3px 7px;border-radius:4px}.bwa-pctfilterpanel__options{font-weight:500}.bwa-pctfilterpanel__reset{width:60px;height:32px;--el-button-size:28px;margin-top:16px;margin-right:16px;margin-left:0!important;font-size:14px;line-height:32px}.bwa-pctfilterpanel__filterBut{height:32px;--el-button-size:28px}.bwa-pctfilterpanel__filterBut:hover .bwa-pctfilterpanel-filter__plus::after,.bwa-pctfilterpanel__filterBut:hover .bwa-pctfilterpanel-filter__plus::before{background-color:#38c4ff}.bwa-pctfilterpanel__title{color:#24515d;font-size:14px;padding-right:8px;padding-top:16px;width:86px;text-align:left}.bwa-pctfilterpanel-item{display:inline-block;position:relative;padding-right:20px;margin-top:16px;box-sizing:border-box}.bwa-pctfilterpanel-item__close{position:absolute;right:0;top:0;display:none;font-size:16px;opacity:.6;transform:translate(-50%,-50%);cursor:pointer}.bwa-pctfilterpanel-item__close:hover{opacity:1}.bwa-pctfilterpanel-item:hover .bwa-pctfilterpanel-item__close{display:inline}.bwa-pctfilterpanel-item__conditbox{display:flex;align-items:center;width:100%}.bwa-pctfilterpanel-item__title{color:#24515d;font-size:14px;padding-right:8px;width:86px;text-align:left}.bwa-pctfilterpanel-item__multiple .el-input__wrapper{padding:3px 7px;border-radius:4px}.bwa-pctfilterpanel-item__content{flex:auto;height:32px;border:1px solid #dcdcdc;border-radius:4px;font-size:14px;line-height:26px;padding:0 6px;box-sizing:border-box;color:#a8abb2;display:flex;align-items:center;justify-content:space-between}.bwa-pctfilterpanel-item__contentTop{margin:4px 2px}.bwa-pctfilterpanel-item__select .el-input__wrapper{border-radius:4px}.bwa-pctfilterpanel-item__clear{height:32px;line-height:32px;text-align:center;font-size:14px;color:#38c4ff;border:1px solid #eaeeef;border-radius:4px;margin:0 2px;cursor:pointer}.bwa-pctfilterpanel-item__tag{margin-right:6px;height:20px;max-width:80px}.bwa-pctfilterpanel-item__tag .el-tag__content{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bwa-pctfilterpanel-item__tag_box{max-width:600px;padding-top:6px}.bwa-pctfilterpanel-item__tag_details{margin-right:6px;height:20px;margin-bottom:6px}.bwa-pctfilterpanel-item__contentBox{flex:auto;width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bwa-pctfilterpanel-item__options{flex:auto}.bwa-pctfilterpanel-item__contentBox_placeholder{color:#b0c0c5}.bwa-pctfilterpanel-item__contentBox_label{color:#547781}.bwa-pctfilterpanel-filter__plus{position:relative;width:10px;height:10px}.bwa-pctfilterpanel-filter__plus::after,.bwa-pctfilterpanel-filter__plus::before{content:"";position:absolute;width:100%;height:1px;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#24515d}.bwa-pctfilterpanel-filter__plus::after{transform:translate(-50%,-50%) rotate(90deg)}.bwa-pctfilterpanel-filter__label{margin-left:4px;font-size:14px;line-height:32px}.bwa-pctfilterpanel-filter__option .bwa-advance-option__content{display:flex;align-items:center;justify-content:space-between}.bwa-pctfilterpanel-filter__checkbox{display:inline-flex;height:auto;flex:1;width:0}.bwa-pctfilterpanel-filter__checkbox .el-checkbox__label{flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.bwa-pctfilterpanel-filter__title{font-size:14px;line-height:20px;color:var(--bwa-text-color-regular);width:86px;text-align:left}.bwa-pct-input__inputCon{display:flex;align-items:center}.bwa-pct-input__title{color:#24515d;width:86px;text-align:left;font-size:14px;padding-right:8px}.bwa-pct-input__search{flex:1;height:32px;font-size:14px}.bwa-pct-input__search .el-input__wrapper{padding:3px 7px;border-radius:4px}.bwa-pct-daterange__cont{display:flex;align-items:center;font-size:14px}.bwa-pct-daterange__label{color:#24515d;padding-right:8px;width:86px;text-align:left}.bwa-pct-daterange__cont-r{display:flex;align-items:center;flex:1;height:32px;border:1px solid #dcdcdc;border-radius:4px;font-size:14px;line-height:26px;padding:0 6px;box-sizing:border-box;color:#a8abb2;display:flex;justify-content:space-between}.bwa-pct-daterange__SortDown{transform:rotate(-90deg)}.bwa-pct-daterange__content{flex:auto;width:50px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
|
|
@@ -179,25 +179,6 @@
|
|
|
179
179
|
@include e(contentBox_label) {
|
|
180
180
|
color: #547781;
|
|
181
181
|
}
|
|
182
|
-
|
|
183
|
-
// 闪烁光标样式
|
|
184
|
-
.cursor-blink {
|
|
185
|
-
display: inline-block;
|
|
186
|
-
width: 1px;
|
|
187
|
-
height: 16px;
|
|
188
|
-
background-color: #333;
|
|
189
|
-
transform: translateY(2px) translateX(1px);
|
|
190
|
-
animation: blink 1s infinite;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
@keyframes blink {
|
|
194
|
-
0%, 100% {
|
|
195
|
-
opacity: 1;
|
|
196
|
-
}
|
|
197
|
-
50% {
|
|
198
|
-
opacity: 0;
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
182
|
}
|
|
202
183
|
|
|
203
184
|
@include b(pctfilterpanel-filter) {
|
|
File without changes
|
|
File without changes
|