update Transfer

update Transfer
This commit is contained in:
梁灏 2016-11-18 14:37:02 +08:00
parent 37ee153528
commit 122e69ee97
6 changed files with 44 additions and 13 deletions

View file

@ -12,14 +12,14 @@
font-size: @font-size-small;
vertical-align: middle;
border: 1px solid @border-color-base;
border-radius: @border-radius-base;
border-radius: @border-radius-base @border-radius-base 0 0;
position: relative;
padding-top: 35px;
&-header {
padding: 8px 16px;
border-radius: @border-radius-base @border-radius-base 0 0;
background: #fff;
background: @head-bg;
color: @text-color;
border-bottom: 1px solid @border-color-split;
overflow: hidden;
@ -28,6 +28,10 @@
left: 0;
width: 100%;
& > span{
padding-left: 4px;
}
&-count {
margin: 0 !important;
float: right;
@ -39,7 +43,7 @@
position: relative;
&-with-search{
padding-top: 40px;
padding-top: 34px;
}
}
@ -52,6 +56,10 @@
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
& > span{
padding-left: 4px;
}
}
&-not-found{
@ -64,11 +72,11 @@
}
}
&-body-with-search &-content{
padding: 0;
padding: 6px 0 0;
}
&-body-search-wrapper{
padding: 8px;
padding: 8px 8px 0;
position: absolute;
top: 0;
left: 0;
@ -78,6 +86,15 @@
&-search{
position: relative;
}
&-footer{
margin: 0 -1px;
border: 1px solid @border-color-base;
border-top: none;
border-radius: 0 0 @border-radius-base @border-radius-base;
.clearfix();
}
}
&-operation {
display: inline-block;

View file

@ -37,6 +37,7 @@
@background-color-base : #f7f7f7; // base
@background-color-select-hover: @input-disabled-bg;
@tooltip-bg : rgba(70, 76, 91, .9);
@head-bg : #f9fafc;
// Shadow
@shadow-color : rgba(0, 0, 0, .2);