Browse Source

fix: 公共列表样式修改

hanxiaohui 2 months ago
parent
commit
2d7dbb5a58
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/common/common-table/index.vue

+ 1 - 0
src/components/common/common-table/index.vue

@@ -114,6 +114,7 @@ defineExpose({
 
 <style lang="less" scoped>
 .table {
+  width: 100%;
   background-color: #fff;
   border-radius: calc(var(--fitWidthRatio) * 8px);