uview-plus组件库全面升级更新,订单结算判断支付方式是否可用代码调整,公众号关注二维码修改
This commit is contained in:
@@ -14,11 +14,13 @@
|
||||
v-if="dot"
|
||||
class="u-divider__dot"
|
||||
>●</text>
|
||||
<text
|
||||
v-else-if="text"
|
||||
class="u-divider__text"
|
||||
:style="[textStyle]"
|
||||
>{{text}}</text>
|
||||
<slot>
|
||||
<text
|
||||
v-if="!dot && text"
|
||||
class="u-divider__text"
|
||||
:style="[textStyle]"
|
||||
>{{text}}</text>
|
||||
</slot>
|
||||
<u-line
|
||||
:color="lineColor"
|
||||
:customStyle="rightLineStyle"
|
||||
@@ -95,7 +97,6 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import '../../libs/css/components.scss';
|
||||
$u-divider-margin:15px 0 !default;
|
||||
$u-divider-text-margin:0 15px !default;
|
||||
$u-divider-dot-font-size:12px !default;
|
||||
|
||||
Reference in New Issue
Block a user