Skip to content

Commit 904223d

Browse files
author
hikki
committed
1.7
1 parent 7e3f9dd commit 904223d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

resources/assets/component.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@
141141
outline: 0;
142142
}
143143
.dlp-plane>.plane-header{
144-
background-color: rgb(44 44 44); padding: 3px; display: flex; justify-content: flex-end;border-bottom: 1px solid #e5e5e5;
144+
background-color: rgb(44 44 44); padding: 3px; display: flex; justify-content: flex-end;border-bottom: 1px solid #e5e5e5;border-radius: 3px 3px 0 0;
145145
}
146146
.dlp-plane>.plane-body{
147-
background-color: rgb(244, 244, 244); padding: 0; overflow-y: auto;
147+
background-color: rgb(244, 244, 244); padding: 0; overflow-y: auto;border-radius: 0 0 3px 3px;box-shadow: 0 .4rem 1.2rem rgba(0,0,0,.4)!important;
148148
}

resources/assets/component.min.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
.dlp-table thead>tr{height: 45px!important}
120120
.dlp-table tbody>tr{background:rgb(64 64 64)!important;}
121121
.dlp-table tbody>tr:nth-child(even){background:#2b2b2b!important;}
122-
.dlp-table tbody>tr:hover{background:rgba(255,255,255,.08)!important;color:#fff!important}
122+
.dlp-table tbody>tr:hover{background:rgba(255,255,255,.1)!important;color:#fff!important}
123123
.dlp-table tfoot>tr{height: 40px!important}
124124
.dlp-table .operate-column{width:45px;text-align: center}
125125

@@ -145,4 +145,4 @@
145145
}
146146
.dlp-plane>.plane-body{
147147
background-color: rgb(244, 244, 244); padding: 0; overflow-y: auto;
148-
}
148+
}

0 commit comments

Comments
 (0)