|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<view>
|
|
|
- <scroll-view class="scrollBox" style="position:relative;" @touchmove.stop.prevent="">
|
|
|
+ <scroll-view class="scrollBox" style="position:relative;">
|
|
|
<view class="box">
|
|
|
<view v-if="loading" class="vertical80-center">{{ loadingText }}</view>
|
|
|
<view v-else>
|
|
@@ -143,6 +143,7 @@
|
|
|
</uni-popup>
|
|
|
</view>
|
|
|
</template>
|
|
|
+
|
|
|
<script setup>
|
|
|
import { commissionCalculation } from '@/utils/position'
|
|
|
import { timesTampChange } from '@/utils/date'
|
|
@@ -300,6 +301,7 @@ const handleUpload = () => {
|
|
|
}
|
|
|
|
|
|
</script>
|
|
|
+
|
|
|
<style scoped lang="scss">
|
|
|
.mb5 { margin-bottom: 5px; }
|
|
|
.my5 { margin: 5px 0; }
|
|
@@ -418,8 +420,12 @@ const handleUpload = () => {
|
|
|
}
|
|
|
|
|
|
.salary {
|
|
|
- // color: #ff770d;
|
|
|
- float: right;
|
|
|
+ color: #fe574a;
|
|
|
+ line-height: 41px;
|
|
|
+ font-weight: 600;
|
|
|
+ height: auto;
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: sub;
|
|
|
}
|
|
|
.list-shape {
|
|
|
padding: 10px 30rpx 10px;
|