border-card

This commit is contained in:
仲么了
2024-01-29 16:30:24 +08:00
parent cea1f4863f
commit 417f6788a3
11 changed files with 25 additions and 18 deletions

View File

@@ -104,7 +104,7 @@ onMounted(() => {
tableStore.index()
})
setTimeout(() => {
tableStore.table.height = mainHeight(180).height as any
tableStore.table.height = mainHeight(200).height as any
}, 0)
const addMenu = () => {}
</script>

View File

@@ -103,7 +103,7 @@ onMounted(() => {
tableStore.index()
})
setTimeout(() => {
tableStore.table.height = mainHeight(180).height as any
tableStore.table.height = mainHeight(200).height as any
}, 0)
const addMenu = () => {}
</script>

View File

@@ -241,7 +241,7 @@ onMounted(() => {
})
const bxecharts = mainHeight(155).height as any
setTimeout(() => {
tableStore.table.height = mainHeight(180).height as any
tableStore.table.height = mainHeight(200).height as any
}, 0)
const addMenu = () => {}

View File

@@ -1,6 +1,6 @@
<template>
<div class="default-main">
<el-tabs v-model="activeName" type="card" class="demo-tabs">
<el-tabs v-model="activeName" type="border-card" class="demo-tabs">
<el-tab-pane label="设备告警" name="1">
<Device v-if="activeName == '1'" :deviceTree="deviceTree" />
</el-tab-pane>