From 80751ca40ec15d9eaec354a0f5e418c33e640d59 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Thu, 22 Feb 2024 17:49:27 +0800 Subject: [PATCH] =?UTF-8?q?task#11214,ios=E4=B8=8B=E6=8B=89=E6=A1=86?= =?UTF-8?q?=E9=81=AE=E6=8C=A1=E6=8F=90=E4=BA=A4=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/caseList/caseDetail.vue | 45 ++++++++++++------------------- 1 file changed, 17 insertions(+), 28 deletions(-) diff --git a/src/views/caseList/caseDetail.vue b/src/views/caseList/caseDetail.vue index b40191bf..9fe8ebfc 100644 --- a/src/views/caseList/caseDetail.vue +++ b/src/views/caseList/caseDetail.vue @@ -345,35 +345,24 @@ export default { background: url('@/assets/arrow_bot.png') no-repeat right center / 15px 14px; text-align: right; /* 将下拉列表的文本右对齐 */ } -.itemContent{ - @include flexColBet; - line-height: 56px; - box-sizing: border-box; - padding-right: 25px; - .titleType{ - @include fontWeightSize(bold,14px); - color: #323643; - } - .isJoin{ - display: flex; - .joinWrap, .item{ - @include flexCenter; - } - img{ - @include widHeiMar(16px,16px,6px) - } - } - .startImg{ - @include widHeiMar(6px,6px,3px); - vertical-align: super; - } - input{ - border: none; - text-align: right; - @include fontWeightSize(bold,13px); - opacity: .5; - } +.mySelect { + -webkit-appearance: none; /* 移除默认的样式 */ + -moz-appearance: none; + appearance: none; + position: relative; + z-index: 1; +} +.mySelect::after { + content: ""; + position: absolute; + top: 50%; + right: 10px; + transform: translateY(-50%); + pointer-events: none; + border-style: solid; + border-width: 6px 6px 0 6px; + border-color: #000 transparent transparent transparent; } .navBar{ margin-bottom: 46px;