release 0.9.9

release 0.9.9
This commit is contained in:
梁灏 2016-12-02 15:15:54 +08:00
parent 1c821c09d3
commit 0f4ccf4486
5 changed files with 70 additions and 209 deletions

View file

@ -147,7 +147,9 @@
return [
`${prefixCls}-wrapper`,
{
[`${prefixCls}-hide`]: !this.ready
[`${prefixCls}-hide`]: !this.ready,
[`${prefixCls}-with-header`]: this.showSlotHeader,
[`${prefixCls}-with-footer`]: this.showSlotFooter
}
]
},
@ -158,8 +160,6 @@
[`${prefixCls}-${this.size}`]: !!this.size,
[`${prefixCls}-border`]: this.border,
[`${prefixCls}-stripe`]: this.stripe,
[`${prefixCls}-with-header`]: this.showSlotHeader,
[`${prefixCls}-with-footer`]: this.showSlotFooter,
[`${prefixCls}-with-fixed-top`]: !!this.height
}
]

View file

@ -46,16 +46,16 @@
}
&-with-header{
border-radius: @border-radius-base @border-radius-base 0 0;
//border-radius: @border-radius-base @border-radius-base 0 0;
}
&-with-footer{
border: 1px solid @border-color-base;
border-radius: 0 0 @border-radius-base @border-radius-base;
//border: 1px solid @border-color-base;
//border-radius: 0 0 @border-radius-base @border-radius-base;
}
&-with-header&-with-footer{
border-radius: @border-radius-base;
//border-radius: @border-radius-base;
}
&-title, &-footer{