|
|
@ -85,7 +85,7 @@ |
|
|
|
</view> --> |
|
|
|
</view> --> |
|
|
|
</scroll-view> |
|
|
|
</scroll-view> |
|
|
|
|
|
|
|
|
|
|
|
<view class="footer flex-c-c"> |
|
|
|
<view class="footer"> |
|
|
|
<view class="button" @click="() => handleSubmit(0)">驳 回</view> |
|
|
|
<view class="button" @click="() => handleSubmit(0)">驳 回</view> |
|
|
|
|
|
|
|
|
|
|
|
<view class="button subColor" @click="() => handleSubmit(1)">通 过</view> |
|
|
|
<view class="button subColor" @click="() => handleSubmit(1)">通 过</view> |
|
|
@ -250,7 +250,7 @@ |
|
|
|
// basicContainer.value.startPullDownRefresh() |
|
|
|
// basicContainer.value.startPullDownRefresh() |
|
|
|
const _height = await utils.getViewDistanceFormTop('.scvmabx') |
|
|
|
const _height = await utils.getViewDistanceFormTop('.scvmabx') |
|
|
|
|
|
|
|
|
|
|
|
details.scrollheight = Number(_height.replace('px', '')) - 50 + 'px' |
|
|
|
details.scrollheight = Number(_height.replace('px', '')) - 100 + 'px' |
|
|
|
}) |
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
const scandata = () => { } |
|
|
|
const scandata = () => { } |
|
|
@ -490,10 +490,14 @@ |
|
|
|
|
|
|
|
|
|
|
|
// 底部 |
|
|
|
// 底部 |
|
|
|
.footer { |
|
|
|
.footer { |
|
|
|
height: 50px; |
|
|
|
box-sizing: border-box; |
|
|
|
|
|
|
|
height: 100px; |
|
|
|
|
|
|
|
padding-top: 30upx; |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
justify-content: space-between; |
|
|
|
|
|
|
|
|
|
|
|
.button { |
|
|
|
.button { |
|
|
|
height: 70%; |
|
|
|
height: 80upx; |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
justify-content: center; |
|
|
|
justify-content: center; |
|
|
@ -503,14 +507,35 @@ |
|
|
|
border-radius: 80upx; |
|
|
|
border-radius: 80upx; |
|
|
|
margin: 0 10upx; |
|
|
|
margin: 0 10upx; |
|
|
|
padding: 0 10upx; |
|
|
|
padding: 0 10upx; |
|
|
|
// font-size: 0.75rem; |
|
|
|
font-size: 0.9rem; |
|
|
|
|
|
|
|
font-weight: bold; |
|
|
|
|
|
|
|
|
|
|
|
&.subColor { |
|
|
|
&.subColor { |
|
|
|
border-color: var(--subjectColor); |
|
|
|
// border-color: var(--subjectColor); |
|
|
|
color: var(--subjectColor); |
|
|
|
// color: var(--subjectColor); |
|
|
|
|
|
|
|
background-color: var(--subjectColor); |
|
|
|
|
|
|
|
color: #fff; |
|
|
|
|
|
|
|
border: none; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&.primaryColor { |
|
|
|
|
|
|
|
// border-color: var(--primaryColor); |
|
|
|
|
|
|
|
// color: var(--primaryColor); |
|
|
|
|
|
|
|
background-color: var(--primaryColor); |
|
|
|
|
|
|
|
color: #fff; |
|
|
|
|
|
|
|
border: none; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&.errColor { |
|
|
|
|
|
|
|
// border-color: var(--errColor); |
|
|
|
|
|
|
|
// color: var(--errColor); |
|
|
|
|
|
|
|
background-color: var(--errColor); |
|
|
|
|
|
|
|
color: #fff; |
|
|
|
|
|
|
|
border: none; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.row { |
|
|
|
.row { |
|
|
|
background-color: #fff; |
|
|
|
background-color: #fff; |
|
|
|