File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7777
7878<style lang="stylus" scoped>
7979.md-popup-title-bar
80+ position relative
8081 width 100%
8182 height popup-title-bar-height
8283 background popup-title-bar-bg
9495 white-space nowrap
9596 color popup-title-bar-color-title
9697 .title-bar-left , .title-bar-right
98+ position absolute
9799 width 20%
98100 // padding 0 h-gap-lg
99101 font-size popup-title-bar-font-size-button
100102 box-sizing border-box
101103 .title-bar-title
102- width 60%
104+ width 100%
105+ padding 0 20%
106+ box-sizing border-box
103107 font-size popup-title-bar-font-size-title
104108 .title-bar-left
109+ left 0
105110 color popup-title-bar-color-button-left
106111 .title-bar-right
112+ right 0
107113 color popup-title-bar-color-button-right
108114 </style >
Original file line number Diff line number Diff line change 1616 :default-index =" 1"
1717 :invalid-index =" 2"
1818 title =" 普通模式"
19- cancelText =" 取消"
2019 @choose =" onSelectorChoose($event)"
2120 ></md-selector >
2221 </div >
You can’t perform that action at this time.
0 commit comments