Browse Source

BI-49108 fix:修复表格翻页边框颜色和圆角样式

es6
Guyi 5 years ago
parent
commit
ae81511d22
  1. 4
      src/case/pager/pager.direction.js

4
src/case/pager/pager.direction.js

@ -96,7 +96,7 @@ BI.DirectionPager = BI.inherit(BI.Widget, {
warningTitle: BI.i18nText("BI-Current_Is_First_Page"),
height: 22,
width: 22,
cls: "bi-border direction-pager-prev column-pre-page-h-font"
cls: "bi-border bi-border-radius direction-pager-prev column-pre-page-h-font"
},
next: {
type: "bi.icon_button",
@ -105,7 +105,7 @@ BI.DirectionPager = BI.inherit(BI.Widget, {
warningTitle: BI.i18nText("BI-Current_Is_Last_Page"),
height: 22,
width: 22,
cls: "bi-border direction-pager-next column-next-page-h-font"
cls: "bi-border bi-border-radius direction-pager-next column-next-page-h-font"
},
hasPrev: v.hasPrev,

Loading…
Cancel
Save