diff --git a/src/mycomponents/common/showModal.vue b/src/mycomponents/common/showModal.vue index ba3f46e..509ea04 100644 --- a/src/mycomponents/common/showModal.vue +++ b/src/mycomponents/common/showModal.vue @@ -71,15 +71,16 @@ height: 400rpx; border-radius: 8rpx; position: relative; + text-align: center; //modal-content下的第一个view view:first-child{ padding: 10rpx; - font-size:30rpx; + font-size:35rpx; font-weight:bold; } //modal-content下的第二个view view:nth-child(2){ - font-size:30rpx; + font-size:32rpx; padding-left: 10rpx; color:red } diff --git a/src/mycomponents/form/customerFrom.vue b/src/mycomponents/form/customerFrom.vue index 48dbe4c..0872891 100644 --- a/src/mycomponents/form/customerFrom.vue +++ b/src/mycomponents/form/customerFrom.vue @@ -22,21 +22,24 @@ - 点检状态 - (单选) - + + 点检状态 + (单选) + + + v-for="(radio, index) in dataList" :key="index"> - + {{radio.name}} + - + @@ -61,21 +64,23 @@ - 点检状态 - (单选) - + + 点检状态 + (单选) + + + v-for="(radio, index) in dataInputList" :key="index"> - + {{radio.name}} - + @@ -109,19 +114,19 @@ (单选) - + + v-for="(radio, index) in dataClassList" :key="index"> - + {{radio.name}} - + @@ -165,7 +170,9 @@ + \ No newline at end of file