mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-29 21:28:52 +00:00
perf: table列表增加拖动效果
This commit is contained in:
@@ -48,7 +48,7 @@ export default {
|
||||
buttonSize: 'mini',
|
||||
tableAttrs: {
|
||||
stripe: false, // 斑马纹表格
|
||||
border: false, // 表格边框
|
||||
border: true, // 表格边框
|
||||
fit: true, // 宽度自适应,
|
||||
tooltipEffect: 'dark',
|
||||
rowClassName: ({ row }) => {
|
||||
@@ -182,7 +182,7 @@ export default {
|
||||
line-height: 1.5;
|
||||
padding: 6px 0;
|
||||
font-size: 13px;
|
||||
|
||||
border-right: none;
|
||||
* {
|
||||
vertical-align: middle;
|
||||
}
|
||||
@@ -204,7 +204,7 @@ export default {
|
||||
background-color: #ffffff;
|
||||
font-size: 13px;
|
||||
line-height: 1.5;
|
||||
|
||||
border-right: none;
|
||||
.cell {
|
||||
white-space: nowrap !important;
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user