Browse Source

style 优化

zhangrenyuan/feature-20250917134308-现金管理
zhangrenyuan 2 weeks ago
parent
commit
9bfa4aac55
  1. 7
      src/components/workspace/CashManagement.vue
  2. 2
      src/components/workspace/GoldManagement.vue
  3. 2
      src/views/audit/gold/rechargeAudit.vue
  4. 2
      src/views/audit/gold/refundAudit.vue
  5. 2
      src/views/home.vue
  6. 22
      src/views/recharge/gold/addCoinRecharge.vue

7
src/components/workspace/CashManagement.vue

@ -173,12 +173,12 @@ onMounted(() => {
/* 左侧数据列表,使用指定的样式 */
.market-data {
display: flex;
width: 179px;
width: 180px;
flex-direction: column;
align-items: flex-start;
gap: 12px;
gap: 20px;
padding: 10px;
margin-left: 80px;
margin-left: 40px;
}
.market-item {
@ -191,6 +191,7 @@ onMounted(() => {
}
.market-name {
white-space: nowrap;
font-weight: 700;
}

2
src/components/workspace/GoldManagement.vue

@ -540,7 +540,7 @@ onMounted(async () => {
})
</script>
<style scoped>
<style scoped lang="scss">
.center-card {

2
src/views/audit/gold/rechargeAudit.vue

@ -715,7 +715,7 @@ onMounted(async function () {
})
</script>
<style scoped>
<style scoped lang="scss">
.pagination {
display: flex;
margin-top: 0.5vh;

2
src/views/audit/gold/refundAudit.vue

@ -629,7 +629,7 @@ onMounted(async () => {
})
</script>
<style scoped>
<style scoped lang="scss">
.pagination {
display: flex;
margin-top: 0.5vh;

2
src/views/home.vue

@ -351,7 +351,7 @@ function logout() {
height: 100%;
padding: 20px;
background: transparent;
overflow-y: hidden;
overflow-y: auto;
/* 应用自定义滚动条 */
}

22
src/views/recharge/gold/addCoinRecharge.vue

@ -6,8 +6,6 @@ import axios from 'axios'
import API from '@/util/http.js'
import moment from 'moment'
import Cookies from 'js-cookie';
// fixedAdminId
// const fixedAdminId = 1;
//
const trimJwCode = () => {
@ -594,13 +592,13 @@ const payModel = [
]
// // }
// function handleActivityChange(value) {
// //
// console.log('', value)
// // getActivityById(value)
// console.log('', recharge.value)
// }
function handleActivityChange(value) {
//
console.log('选中的值:', value)
// getActivityById(value)
console.log('看看', recharge.value)
}
//
const deleteRecharge = function () {
@ -916,10 +914,10 @@ p {
margin: 0px;
}
.batch-btn {
margin-top: 20px;
margin-left: auto;
}
// .batch-btn {
// margin-top: 20px;
// margin-left: auto;
// }
.field-label {
font-size: 14px;

Loading…
Cancel
Save