wangfei
2025-04-03 dddd6b4e75fd662ef9aa702303029603f35ca420
系统配置调整样式
1个文件已修改
10 ■■■■ 已修改文件
UI-Project/src/views/User/userpageNo.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
UI-Project/src/views/User/userpageNo.vue
@@ -94,12 +94,6 @@
    label: t('sorter.start'),
  }
  ]
// function closeDialoga(row) {
//      adda.value = false;
//      userName.value = '';
//      nickName.value = '';
//      password.value = '';
// }
// 编辑
const getTableRowa = async () => {
  let configName = window.localStorage.getItem('configName')
@@ -140,7 +134,7 @@
  <div>
    <el-card style="flex: 1;margin-left: 10px;margin-top: 20px;" >
      <div style="width: 98%; height: calc(100% - 35px); overflow-y: auto;">
          <el-table height="400" ref="table" :header-cell-style="{ background: '#F2F3F5 ', color: '#1D2129' }"
          <el-table height="750" ref="table" :header-cell-style="{ background: '#F2F3F5 ', color: '#1D2129' }"
            :data="tableData">
            <el-table-column prop="configName" align="center" :label="$t('productStock.configName')"/>
          <el-table-column prop="configCode" align="center" :label="$t('productStock.configCode')"/>
@@ -222,7 +216,7 @@
        <el-button type="primary" @click="getTableRowa">
          {{ $t('productStock.sure') }}
        </el-button>
        <el-button @click="closeDialoga">{{ $t('productStock.cancel') }}</el-button>
        <el-button @click="adda = false">{{ $t('productStock.cancel') }}</el-button>
      </div>
    </template>
  </el-dialog>