mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
Merge pull request #4100 from jumpserver/pr@dev@fix_table_action
style: Fixed the bottom border of the operation column button in the table
This commit is contained in:
@@ -285,6 +285,11 @@ input[type=file] {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
// 表格右侧操作列,可能会存在高度占不满的问题,此时按钮底部会出现边框,因此需要显示指定
|
||||
.el-table__fixed-right {
|
||||
height: 100% !important;
|
||||
}
|
||||
|
||||
// 表头
|
||||
.el-table__header thead > tr > th {
|
||||
.cell {
|
||||
@@ -343,7 +348,12 @@ input[type=file] {
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
padding: 0;
|
||||
border-right: 1px solid #EBEEF5 !important;
|
||||
|
||||
.cell {
|
||||
vertical-align: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user