Skip to content

Commit e522853

Browse files
author
hikki
committed
7.1
1 parent e1e5700 commit e522853

File tree

5 files changed

+146
-242
lines changed

5 files changed

+146
-242
lines changed

resources/assets/component.css

Lines changed: 2 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -337,19 +337,6 @@
337337
display: flex;
338338
align-items: center;
339339
}
340-
.dot-cascade-panel{
341-
position: absolute;
342-
z-index: 100000;
343-
left: 0;
344-
right: 0;
345-
top: 0;
346-
height: 100%;
347-
background: radial-gradient(rgb(86 86 86 / 60%),#060606);
348-
border-radius: 5px;
349-
animation-name: dlpFadeIn;
350-
animation-duration: .2s;
351-
}
352-
353340
.dlp-input:focus,.dlp-form-row>textarea:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}
354341
.dlp-form-row{
355342
display: flex;
@@ -403,7 +390,7 @@
403390
-webkit-overflow-scrolling: touch;
404391
outline: 0;
405392
}
406-
.plane-header,.dot-cascade-panel>.plane-header{
393+
.plane-header{
407394
background-color: rgb(44 44 44);
408395
padding: 3px;
409396
display: flex;
@@ -423,43 +410,14 @@
423410
display: inline-block;
424411
vertical-align: bottom;
425412
}
426-
.plane-body,.dot-cascade-panel>.plane-body{
413+
.plane-body{
427414
background-color: #f4f4f4;
428415
padding: 0;
429416
overflow-y: auto;
430417
border-radius: 0 0 3px 3px;
431418
box-shadow: 0 .4rem 1.2rem rgba(0,0,0,.4)!important;
432419
position: relative!important;
433420
}
434-
.dot-cascade-panel>.plane-body{
435-
height: calc(100% - 23px);
436-
background: #484848!important;
437-
}
438-
.dot-cascade-panel>.plane-header-dialog{
439-
width: 270px;
440-
margin: 30px auto 0;
441-
}
442-
.dot-cascade-panel>.plane-body-dialog{
443-
display: flex;
444-
flex-direction: column;
445-
justify-content: center;
446-
align-items: center;
447-
width: 270px;
448-
min-height: 50px!important;
449-
margin: 0 auto;
450-
overflow: hidden;
451-
}
452-
453-
.plane-body-dialog>.dlp-label{
454-
position: relative;
455-
width: 220px;
456-
max-width: 220px;
457-
margin: 0;
458-
height: 25px;
459-
display: flex;
460-
justify-content: center;
461-
align-items: center;
462-
}
463421
.plane-header>.dlp-submit-btn{
464422
margin-right: 5px;
465423
cursor: pointer;

0 commit comments

Comments
 (0)