|
|
@@ -42,7 +42,7 @@
|
|
|
</view>
|
|
|
<view class="form-actions">
|
|
|
<!-- <button class="reset-btn" @click="resetForm" v-t="'Documentary.tradingCenter.item4'" /> -->
|
|
|
- <button class="search-btn" type="primary" @click="handleSearch" v-t="'Btn.Search'" />
|
|
|
+ <button class="search-btn" @click="handleSearch" v-t="'Btn.Search'" />
|
|
|
</view>
|
|
|
</view>
|
|
|
</cwg-match-media>
|
|
|
@@ -105,7 +105,7 @@
|
|
|
</scroll-view>
|
|
|
<template #footer>
|
|
|
<!-- <button class="reset-btn" @click="resetTempForm" v-t="'Documentary.tradingCenter.item4'" /> -->
|
|
|
- <button class="search-btn" type="primary" @click="applyFilter" v-t="'Btn.Search'" />
|
|
|
+ <button class="search-btn" @click="applyFilter" v-t="'Btn.Search'" />
|
|
|
</template>
|
|
|
</cwg-popup>
|
|
|
|
|
|
@@ -445,6 +445,7 @@ onMounted(() => {
|
|
|
|
|
|
.reset-btn,
|
|
|
.search-btn {
|
|
|
+ background-color: var(--btn-color);
|
|
|
line-height: px2rpx(35);
|
|
|
font-size: px2rpx(14);
|
|
|
}
|