Skip to content

Commit 1fb3f9a

Browse files
author
hikki
committed
8
1 parent 4ae539b commit 1fb3f9a

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

resources/assets/component.css

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,12 @@
320320
border: 1px solid #bdbdbd;
321321
}
322322

323+
.dlp-dot-switch{display: flex}
324+
.dlp-dot-switch>button{border-radius: unset}
325+
.dlp-dot-switch>button:first-child{border-radius: 5px 0 0 5px}
326+
.dlp-dot-switch>button:last-child{border-radius: 0 5px 5px 0}
327+
.dlp-dot-switch>button:disabled{cursor: pointer}
328+
323329
.dlp-cascadeLine{
324330
position: relative!important;
325331
}
@@ -431,10 +437,20 @@
431437
.dlp-table .dlp-tbody{display:block;height:100%;overflow-y:scroll!important;background: rgb(50 50 50 / 80%);position: relative;}
432438
.dlp-table .dlp-tr{display:table;width:100%;table-layout:fixed;position: relative;}
433439
.dlp-tr>th,.dlp-tr>td{padding: 3px;text-align: left;height: 38px;}
434-
.dlp-table .dlp-thead>.dlp-tr{height: 45px;border-bottom: 1px solid #060606;}
435-
.dlp-table .dlp-tbody>.dlp-tr{background:#393939}
440+
.dlp-table .dlp-thead>.dlp-tr{
441+
height: 45px;
442+
background: linear-gradient(179deg,#040404 0,#343434 49%,#0a0a0a 59%,#262626 100%);
443+
box-shadow: inset 0 3px 9px #232323, inset 0 3px 12px #323232, inset 0 15px 9px #4a4a4a, inset 0 3px 3px 0 #484848, 0 1px 3px rgb(16 16 16 / 66%);
444+
border-radius: 5px;
445+
}
446+
.dlp-table .dlp-tbody>.dlp-tr{background:#393939;box-shadow: inset 0 0 6px 0 #222222;}
436447
.dlp-table .dlp-tbody>.dlp-tr:nth-child(even){background:#2a2a2a}
437-
.dlp-table .dlp-tfoot>.dlp-tr{max-height: 40px;min-height: 5px;border-top: 1px solid #060606;}
448+
.dlp-table .dlp-tfoot>.dlp-tr{
449+
max-height: 40px;
450+
min-height: 5px;
451+
background: linear-gradient(182deg,#0a0a0a 0,#303030 49%,#141414 59%,#262626 100%);
452+
box-shadow: inset 0 3px 9px #1c1c1c, inset 0 3px 12px #222222, inset 0 15px 9px #181818, inset 0 3px 3px 0 #1a1a1a;
453+
border-radius: 5px;}
438454
.dlp-table .operate-column{width:45px;text-align: center;line-height: 9px;}
439455
.dlp-table .operate-column>div{display: flex;width: 100%;height: 100%;align-items:center;justify-content: space-around}
440456

0 commit comments

Comments
 (0)