File tree Expand file tree Collapse file tree 2 files changed +18
-7
lines changed Expand file tree Collapse file tree 2 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 173
173
right : 0 ;
174
174
top : 0 ;
175
175
height : 100% ;
176
- background : rgb (60 60 60 / 80 % );
176
+ background : rgb (0 0 0 / 81 % );
177
177
border-radius : 5px ;
178
178
animation-name : dlpFadeIn;
179
179
animation-duration : .2s ;
237
237
outline : 0 ;
238
238
}
239
239
# dlp-plane .plane-header , .dot-cascade-panel > .plane-header {
240
- background-color : rgb (44 44 44 ); padding : 3px ; display : flex; justify-content : flex-end;border-bottom : 1px solid # 505050 ;border-radius : 3px 3px 0 0 ;height : 24px !important ;
240
+ background-color : rgb (44 44 44 );
241
+ padding : 3px ;
242
+ display : flex;
243
+ justify-content : flex-end;
244
+ align-items : center;
245
+ border-bottom : 1px solid # 505050 ;
246
+ border-radius : 3px 3px 0 0 ;
247
+ height : 18px !important ;
241
248
}
242
249
.plane-header .title {
243
250
color : rgb (255 0 141 );
257
264
margin : 60px auto 0 ;
258
265
}
259
266
.dot-cascade-panel > .plane-body-delete {
267
+ display : flex;
268
+ justify-content : center;
269
+ align-items : center;
260
270
width : 270px ;
261
271
height : 50px ;
262
272
min-height : 50px ;
263
273
margin : 0 auto;
264
274
overflow : hidden;
265
- padding : 12 px 7 px ;
275
+ padding : 3 px ;
266
276
}
267
277
.plane-body-delete > .dlp-label {
268
278
position : relative;
269
- width : 100 % ;
270
- max-width : 100 % ;
271
- margin : 0 ;
279
+ width : 220 px ;
280
+ max-width : 220 px ;
281
+ margin : 0 auto ;
272
282
height : 25px ;
273
283
line-height : 23px ;
274
284
padding-left : 20px ;
275
285
padding-right : 20px ;
286
+
276
287
}
277
288
.plane-header > .dlp-submit-btn {
278
289
margin-right : 5px ;
Original file line number Diff line number Diff line change @@ -399,14 +399,14 @@ class ComponentCascadeDot {
399
399
if ( v . nodes !== null ) {
400
400
div . insertAdjacentHTML ( 'afterbegin' , `<i class="left">${ _component . caret_right } </i>` ) ;
401
401
div . addEventListener ( "contextmenu" , ( e ) => {
402
- e . target . click ( ) ;
403
402
e . preventDefault ( ) ;
404
403
let k = parseInt ( div . getAttribute ( 'data-k' ) ) ;
405
404
_component . contextmenu ( e , [
406
405
{
407
406
title : '全选' , func : ( ) => {
408
407
object . checkAll ( stack + 1 ,
409
408
this . dimensional_data [ stack ] [ k ] . nodes , true ) ;
409
+ e . target . click ( ) ;
410
410
}
411
411
} ,
412
412
{
You can’t perform that action at this time.
0 commit comments