From 94503c7382778632731b36cf6ad47f7552e4ccf9 Mon Sep 17 00:00:00 2001
From: xuefei <564615061@qq.cm>
Date: 星期六, 29 十一月 2025 14:47:07 +0800
Subject: [PATCH] fix:批量通过参数错误
---
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