From 8158ce29b1d27c6a2c35a513f1352d327adb43c7 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期一, 26 一月 2026 17:46:28 +0800
Subject: [PATCH] Merge branch 'Dev' of http://101.37.171.70:10101/r/~jhz/STUWMS into Dev
---
uni_modules/zxz-uni-data-select/components/zxz-uni-data-select/zxz-uni-data-select.vue | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/uni_modules/zxz-uni-data-select/components/zxz-uni-data-select/zxz-uni-data-select.vue b/uni_modules/zxz-uni-data-select/components/zxz-uni-data-select/zxz-uni-data-select.vue
index 4c689a5..031b9c7 100644
--- a/uni_modules/zxz-uni-data-select/components/zxz-uni-data-select/zxz-uni-data-select.vue
+++ b/uni_modules/zxz-uni-data-select/components/zxz-uni-data-select/zxz-uni-data-select.vue
@@ -3,9 +3,9 @@
<!-- hide-on-phone -->
<span v-if="label" class="uni-label-text">{{label + '锛�'}}</span>
<view class="uni-stat-box" :class="{'uni-stat__actived': current}">
- <view class="uni-select" :style="{height:multiple?'100%':' 35px'}"
+ <view class="uni-select" :style="{height:multiple?'100%':' 25px'}"
:class="{'uni-select--disabled':disabled}">
- <view class="uni-select__input-box" :style="{height:multiple?'100%':'35px'}" @click="toggleSelector">
+ <view class="uni-select__input-box" :style="{height:multiple?'100%':'25px'}" @click="toggleSelector">
<view class="" style="display: flex;flex-wrap: wrap;width: 100%;" v-if="multiple&¤t.length>0">
<view class="tag-calss"
v-for="(item,index) in collapseTags?current.slice(0,collapseTagsNum):current"
@@ -581,6 +581,7 @@
.uni-stat-box {
width: 100%;
flex: 1;
+
}
.uni-stat__actived {
@@ -599,9 +600,11 @@
.uni-select {
font-size: 14px;
- border: 1px solid $uni-border-3;
+ //border: 1px solid $uni-border-3;
box-sizing: border-box;
- border-radius: 4px;
+ //border-radius: 4px;
+ border-radius: 22rpx;
+ // border: 1px solid #acacac;
padding: 0 5px;
padding-left: 10px;
position: relative;
@@ -615,7 +618,7 @@
width: 100%;
flex: 1;
height: 35px;
- min-height: 35px;
+ min-height: 25px;
&--disabled {
background-color: #f5f7fa;
--
Gitblit v1.9.1