guy 8 years ago
parent
commit
4413970d1a
  1. 8
      src/css/widget/responsivetable/responsivetable.css
  2. 11
      src/less/widget/responsivetable/responsivetable.less

8
src/css/widget/responsivetable/responsivetable.css

@ -1,8 +0,0 @@
/****添加计算宽度的--运算符直接需要space****/
/****** common color(常用颜色,可用于普遍场景) *****/
/**** custom color(自定义颜色,用于特定场景) ****/
.bi-responsive-table > div.bottom-left > div > div > table > * > * > td.last-col,
.bi-responsive-table > div.bottom-right > div > div > table > * > * > td.last-col,
.bi-responsive-table > div > div > table > * > * > td.last-col {
min-width: 80px;
}

11
src/less/widget/responsivetable/responsivetable.less

@ -1,11 +0,0 @@
@import "../../bibase";
.bi-responsive-table {
& > div.bottom-left > div > div > table, & > div.bottom-right > div > div > table, > div > div > table {
& > * > * > td {
&.last-col {
min-width: 80px;
}
}
}
}
Loading…
Cancel
Save