From b5d3561a2e06106ed9cce2c6bcc9c2463951e998 Mon Sep 17 00:00:00 2001
From: 819527061@qq.com <123456>
Date: 星期五, 15 十一月 2024 11:06:26 +0800
Subject: [PATCH] 新增申请页面不显示发运通知单的问题修改
---
components/common/data-select-box/data-select-box.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/components/common/data-select-box/data-select-box.vue b/components/common/data-select-box/data-select-box.vue
index ec1e908..98bf363 100644
--- a/components/common/data-select-box/data-select-box.vue
+++ b/components/common/data-select-box/data-select-box.vue
@@ -1,7 +1,7 @@
<template>
<view class="data-selet" >
<view class="data-selet-content">
- <view class="uni-select__icon" :class="{'activeIcon':isActive}"><uni-icons type="bottom" size="20" color="#dddddd"></uni-icons></image></view>
+ <view class="uni-select__icon" :class="{'activeIcon':isActive}"><uni-icons type="bottom" size="20" color="#dddddd"></uni-icons></view>
<view class="content" @tap="clickHandler">
<input :placeholder="placeholder" :disabled="true" type="text" :value="value" @input="inputChange" style="font-size: 14px;" placeholder-style="color:#cccccc">
</view>
@@ -95,8 +95,8 @@
align-items: center;
}
.cleanIcon{
-
+
}
}
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.9.1