Browse Source

Merge branch 'zhangrenyuan/feature-20250817091555-金币优化' into milestone-20250815-金币优化

milestone-20250815-金币优化
zhangrenyuan 4 weeks ago
parent
commit
92a4b1beb0
  1. 2
      src/views/usergold/gold/clientCountBalance.vue
  2. 2
      src/views/workspace/index.vue

2
src/views/usergold/gold/clientCountBalance.vue

@ -422,7 +422,7 @@ const format3 = (num) => {
</div> </div>
<!-- 设置表格容器的高度和滚动样式 --> <!-- 设置表格容器的高度和滚动样式 -->
<div style="height: 60vh; overflow-y: auto"> <div style="height: 60vh; overflow-y: auto">
<el-table :data="tableData" @cellClick="cellClick" style="width: 82vw;"height="60vh"
<el-table :data="tableData" @cellClick="cellClick" style="width: 82vw; height:60vh"
@sort-change="handleSortChange"> @sort-change="handleSortChange">
<el-table-column type="index" label="序号" width="100px" fixed="left"> <el-table-column type="index" label="序号" width="100px" fixed="left">
<template #default="scope"> <template #default="scope">

2
src/views/workspace/index.vue

@ -806,7 +806,7 @@ onUnmounted(() => {
}) })
</script> </script>
<style scoped>
<style scoped lang="scss">
.top { .top {
height: 5.5vh; height: 5.5vh;
width: 80vw; width: 80vw;

Loading…
Cancel
Save