mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-07 07:35:06 +08:00
uView版本升级到2.0.34
This commit is contained in:
@ -20,15 +20,17 @@
|
||||
/>
|
||||
</slot>
|
||||
</view>
|
||||
<text
|
||||
class="u-radio__text"
|
||||
@tap.stop="labelClickHandler"
|
||||
:style="{
|
||||
color: elDisabled ? elInactiveColor : elLabelColor,
|
||||
fontSize: elLabelSize,
|
||||
lineHeight: elLabelSize
|
||||
}"
|
||||
>{{label}}</text>
|
||||
<slot>
|
||||
<text
|
||||
class="u-radio__text"
|
||||
@tap.stop="labelClickHandler"
|
||||
:style="{
|
||||
color: elDisabled ? elInactiveColor : elLabelColor,
|
||||
fontSize: elLabelSize,
|
||||
lineHeight: elLabelSize
|
||||
}"
|
||||
>{{label}}</text>
|
||||
</slot>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
Reference in New Issue
Block a user