kailong321200875 2 жил өмнө
parent
commit
bfda9f6485

+ 1 - 1
package.json

@@ -40,7 +40,7 @@
     "driver.js": "^1.3.1",
     "echarts": "^5.4.3",
     "echarts-wordcloud": "^2.1.0",
-    "element-plus": "^2.5.1",
+    "element-plus": "^2.4.4",
     "lodash-es": "^4.17.21",
     "mitt": "^3.0.1",
     "nprogress": "^0.2.0",

+ 1 - 0
src/components/Table/src/Table.vue

@@ -339,6 +339,7 @@ export default defineComponent({
       const bindValue: Recordable = { ...attrs, ...unref(getProps) }
       delete bindValue.columns
       delete bindValue.data
+      delete bindValue.align
       return bindValue
     })
 

+ 1 - 1
vite.config.ts

@@ -136,7 +136,7 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
       cssCodeSplit: !(env.VITE_USE_CSS_SPLIT === 'false')
     },
     server: {
-      port: 4000,
+      port: 3005,
       proxy: {
         // 选项写法
         '/api': {