Browse Source

巡检表单优化

wyx
fp 1 month ago
parent
commit
d46ec44934
  1. 13
      pages/tabBar/xjPage/xj.vue

13
pages/tabBar/xjPage/xj.vue

@ -1,6 +1,6 @@
<!-- 报事上报 --> <!-- 报事上报 -->
<template> <template>
<scroll-view class="content" scroll-y="true"> <scroll-view class="xj-page" scroll-y="true">
<image src="/static/img/bsorbxBac.png" class="contentImg"></image> <image src="/static/img/bsorbxBac.png" class="contentImg"></image>
<view class="xjTitle">填写信息</view> <view class="xjTitle">填写信息</view>
<view class="xjTips">请您填写相关问题</view> <view class="xjTips">请您填写相关问题</view>
@ -290,7 +290,7 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.content { .xj-page {
width: 100%; width: 100%;
height: 100vh; height: 100vh;
padding-bottom: 50rpx; padding-bottom: 50rpx;
@ -391,8 +391,11 @@ export default {
} }
</style> </style>
<style> <style lang="scss">
.u-form-item__body__left__content__required{ .xj-page{
font-size: 24rpx !important; .u-form-item__body__left__content__required{
font-size: 24rpx !important;
}
} }
</style> </style>

Loading…
Cancel
Save