|
|
@@ -141,11 +141,11 @@
|
|
|
<div class="empty-data" v-if="!loading && listData.length === 0">暂无数据</div>
|
|
|
</div>
|
|
|
|
|
|
- <!-- <div class="custom-bottom-fixed-btns" :class="{ 'center-btn': false }">
|
|
|
+ <div class="custom-bottom-fixed-btns" :class="{ 'center-btn': false }">
|
|
|
<div class="bottom-btn secondary-btn" @click="handleShowDroneConsultPopup">获取自动飞行航线</div>
|
|
|
<div class="bottom-btn secondary-btn">邀请农情互动</div>
|
|
|
- <div class="bottom-btn primary-btn" @click="handleSubmitAll">一键提交</div>
|
|
|
- </div> -->
|
|
|
+ <!-- <div class="bottom-btn primary-btn" @click="handleSubmitAll">一键提交</div> -->
|
|
|
+ </div>
|
|
|
|
|
|
<!-- 农场信息完善弹窗 -->
|
|
|
<farm-info-popup :oldUser="oldUser" :expertMiniUserId="query.expertMiniUserId" v-model:show="showFarmInfoPopup" />
|
|
|
@@ -1042,9 +1042,14 @@ const handleSubmitAll = () => {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.custom-bottom-fixed-btns{
|
|
|
+ justify-content: space-between;
|
|
|
+ .secondary-btn{
|
|
|
+ padding: 10px 20px;
|
|
|
+ }
|
|
|
+}
|
|
|
.center-btn {
|
|
|
justify-content: center;
|
|
|
-
|
|
|
.primary-btn {
|
|
|
padding: 10px 32px;
|
|
|
background: #2199F8;
|