diff --git a/src/components/MoneyManage/CurrencySelect.vue b/src/components/MoneyManage/CurrencySelect.vue index d10bbb4..0f4281f 100644 --- a/src/components/MoneyManage/CurrencySelect.vue +++ b/src/components/MoneyManage/CurrencySelect.vue @@ -124,7 +124,7 @@ watch(() => props.modelValue, (newVal) => { // 下拉容器 .dropdown { position: relative; - width: 268px; + width: 100%; font-family: 'Arial', sans-serif; } @@ -154,30 +154,32 @@ watch(() => props.modelValue, (newVal) => { width: 100%; height: 100%; position: sticky; - } - // 搜索输入框 - .search-input { - width: 100%; - height: 90%; - /* 左侧留出图标空间 */ - box-sizing: border-box; - border: none; - border-radius: 6px; - padding-left: 11px; - outline: none; - font-size: 14px; - transition: border-color 0.3s ease; - - &::placeholder { - color: #999999; - opacity: 1; - font-style: normal; - font-weight: 350; - line-height: 22px; + // 搜索输入框 + .search-input { + width: 100%; + height: 90%; + /* 左侧留出图标空间 */ + box-sizing: border-box; + border: none; + border-radius: 6px; + padding-left: 11px; + outline: none; + font-size: 14px; + transition: border-color 0.3s ease; + + &::placeholder { + color: #999999; + opacity: 1; + font-style: normal; + font-weight: 350; + line-height: 22px; + } } - } + .arrow { + color: #9ca3af; + } .clear-icon { position: absolute; @@ -211,9 +213,6 @@ watch(() => props.modelValue, (newVal) => { display: none; } - .arrow { - color: #9ca3af; - } &:hover { border-color: #d1d5db; @@ -250,7 +249,7 @@ watch(() => props.modelValue, (newVal) => { position: absolute; top: 100%; // 紧贴触发器下方 left: 0; - width: 100%; + width: 120%; border: 1px solid #678BFF; min-height: 50px; max-height: 300px; @@ -313,6 +312,7 @@ watch(() => props.modelValue, (newVal) => { border: none; border-radius: 10px; background-color: #fff; + box-shadow: 0 0 0 1px rgba(200, 200, 200, 0.3); font-size: 12px; font-style: normal; font-weight: 700; diff --git a/src/views/moneyManage/receiveDetail/receiveFinance.vue b/src/views/moneyManage/receiveDetail/receiveFinance.vue index 84e93d8..f9b9bd2 100644 --- a/src/views/moneyManage/receiveDetail/receiveFinance.vue +++ b/src/views/moneyManage/receiveDetail/receiveFinance.vue @@ -840,328 +840,292 @@ const handlePagination = (type, val) => { \ No newline at end of file diff --git a/src/views/moneyManage/receiveDetail/receiveManage.vue b/src/views/moneyManage/receiveDetail/receiveManage.vue index 33dc1a4..bebc793 100644 --- a/src/views/moneyManage/receiveDetail/receiveManage.vue +++ b/src/views/moneyManage/receiveDetail/receiveManage.vue @@ -1,285 +1,285 @@ \ No newline at end of file diff --git a/src/views/moneyManage/receiveDetail/receiveService.vue b/src/views/moneyManage/receiveDetail/receiveService.vue index 5b8b0f0..3e26dd0 100644 --- a/src/views/moneyManage/receiveDetail/receiveService.vue +++ b/src/views/moneyManage/receiveDetail/receiveService.vue @@ -20,7 +20,6 @@ -
订单状态 @@ -55,7 +54,6 @@ @change="handleDatePickerChange" :default-time="defaultTime" :disabled-date="disabledDate" />
-
查询 重置 @@ -124,7 +122,6 @@ -