update Table
update Table
This commit is contained in:
parent
6c99b9fe59
commit
39311a508f
5 changed files with 67 additions and 44 deletions
|
@ -8,7 +8,8 @@
|
|||
border-bottom: 0;
|
||||
border-right: 0;
|
||||
}
|
||||
width: 100%;
|
||||
width: inherit;
|
||||
height: 100%;
|
||||
max-width: 100%;
|
||||
overflow: hidden;
|
||||
color: @text-color;
|
||||
|
@ -205,7 +206,8 @@
|
|||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
box-shadow: @shadow-right;
|
||||
//box-shadow: @shadow-right;
|
||||
box-shadow: 2px 0 6px -2px rgba(0, 0, 0, 0.2);
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
|
@ -222,12 +224,13 @@
|
|||
top: 0;
|
||||
left: auto;
|
||||
right: 0;
|
||||
box-shadow: @shadow-left;
|
||||
//box-shadow: @shadow-left;
|
||||
box-shadow: -2px 0 6px -2px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
&-fixed-header{
|
||||
overflow: hidden;
|
||||
//position: relative;
|
||||
z-index: 3;
|
||||
//z-index: 3;
|
||||
}
|
||||
&-fixed-body{
|
||||
overflow: hidden;
|
||||
|
@ -235,6 +238,17 @@
|
|||
z-index: 3;
|
||||
}
|
||||
|
||||
&-fixed-shadow {
|
||||
width: 1px;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
box-shadow: @shadow-right;
|
||||
overflow: hidden;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
&-sort{
|
||||
.sortable();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue