Commit ae599fbd by linjinhong

修改物流分区表头对齐问题

parent 1ad30696
......@@ -40,6 +40,7 @@
:tableEditConfig="{
enabled: true,
}"
align="center"
border="full"
@getCheckboxRecords="handleCheckboxRecords"
></CustomizeTable>
......
......@@ -8,15 +8,6 @@ import vueJsx from '@vitejs/plugin-vue-jsx'
// https://vitejs.dev/config/
export default defineConfig({
base: '/',
server: {
port: 9527,
host: true,
proxy: {
'/api': {
target: 'http://10.168.1.132:8060',
},
},
},
plugins: [
vue(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment