mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-06 15:15:07 +08:00
调整页面在微信模拟器下的样式
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<view class="u-text-price-wrap">
|
||||
<view>
|
||||
<text v-for="(item, index) in textArray" :key="index" :style="{ 'font-size': (index === 1 ? integerSize : size) + 'px', 'color': color }">
|
||||
{{ item }}
|
||||
</text>
|
||||
@ -8,7 +8,7 @@
|
||||
|
||||
<script>
|
||||
/**
|
||||
* 此组件存在只为简单的显示特定样式的(人名币)价格数字
|
||||
* 此组件简单的显示特定样式的(人名币)价格数字
|
||||
*/
|
||||
export default {
|
||||
name: 'custom-text-price',
|
||||
@ -51,4 +51,4 @@ export default {
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<style></style>
|
||||
<style scoped></style>
|
||||
|
Reference in New Issue
Block a user