From 5601ef7507e6e05d3c1e03be09e86eeb23b3dddb Mon Sep 17 00:00:00 2001
From: aihe <961836564@qq.com>
Date: Sun, 7 Jul 2024 16:14:01 +0800
Subject: [PATCH] uu
---
components/page-foot/page-foot.vue | 2 +-
components/tpx-dialog/tpx-dialog.vue | 2 +-
components/tpx-input/tpx-input.vue | 4 ++--
components/tpx-select/default-select-input.vue | 4 ++--
pages/user/withdraw.vue | 2 +-
uni_modules/uni-tag/components/uni-tag/uni-tag.vue | 2 +-
6 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/components/page-foot/page-foot.vue b/components/page-foot/page-foot.vue
index 1154dbe..7f5fc09 100644
--- a/components/page-foot/page-foot.vue
+++ b/components/page-foot/page-foot.vue
@@ -33,6 +33,6 @@
}
.submit {
- border-bottom: 1rpx solid #BEBEBE;
+ border-bottom: 2rpx solid #BEBEBE;
}
diff --git a/components/tpx-dialog/tpx-dialog.vue b/components/tpx-dialog/tpx-dialog.vue
index cb7829f..a8a8c1b 100644
--- a/components/tpx-dialog/tpx-dialog.vue
+++ b/components/tpx-dialog/tpx-dialog.vue
@@ -11,7 +11,7 @@
-
+
diff --git a/components/tpx-input/tpx-input.vue b/components/tpx-input/tpx-input.vue
index 06f9775..97633aa 100644
--- a/components/tpx-input/tpx-input.vue
+++ b/components/tpx-input/tpx-input.vue
@@ -20,11 +20,11 @@
let sty1 = 'border:0;border-radius: 10rpx;padding: 11rpx 20rpx;'
// if(this.isWhite) {
// bgColor = '#fff'
- // sty1 += 'border: 1rpx solid #dadbde;'
+ // sty1 += 'border: 2rpx solid #dadbde;'
// }
if(true) {
bgColor = '#fff'
- sty1 += 'border: 1rpx solid #dadbde;'
+ sty1 += 'border: 2rpx solid #dadbde;'
}
if(!this.disabled) {
sty1 += `background-color:${bgColor};`
diff --git a/components/tpx-select/default-select-input.vue b/components/tpx-select/default-select-input.vue
index e81d5ae..e28164e 100644
--- a/components/tpx-select/default-select-input.vue
+++ b/components/tpx-select/default-select-input.vue
@@ -96,10 +96,10 @@
}
.c-white{
background-color: #fff;
- border: 1rpx solid #dadbde;
+ border: 2rpx solid #dadbde;
}
.c-grey{
background-color: #F6F6F6;
- border: 1rpx solid #dadbde;
+ border: 2rpx solid #dadbde;
}
\ No newline at end of file
diff --git a/pages/user/withdraw.vue b/pages/user/withdraw.vue
index e715636..2e31fa2 100644
--- a/pages/user/withdraw.vue
+++ b/pages/user/withdraw.vue
@@ -317,7 +317,7 @@
.ord-list-item{
padding: 22rpx 30rpx;
- border-bottom: 1rpx solid rgb(214, 215, 217);
+ border-bottom: 2rpx solid rgb(214, 215, 217);
}
.search-more-panel{
overflow: hidden;
diff --git a/uni_modules/uni-tag/components/uni-tag/uni-tag.vue b/uni_modules/uni-tag/components/uni-tag/uni-tag.vue
index 418c955..d42c82b 100644
--- a/uni_modules/uni-tag/components/uni-tag/uni-tag.vue
+++ b/uni_modules/uni-tag/components/uni-tag/uni-tag.vue
@@ -126,7 +126,7 @@
color: #fff;
border-radius: 3px;
background-color: $uni-info;
- border-width: 1rpx;
+ border-width: 2rpx;
border-style: solid;
border-color: $uni-info;
/* #ifdef H5 */