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

Loading…
Cancel
Save