fix 修复两边布局没有和tab顶部对齐

This commit is contained in:
gssong
2026-03-18 17:43:18 +08:00
parent f2de9af401
commit c69a6a2a45
6 changed files with 0 additions and 21 deletions
-1
View File
@@ -204,7 +204,6 @@ onMounted(() => {
<style lang="scss" scoped>
.cache-grid {
margin: 0 !important;
row-gap: 12px;
}
-4
View File
@@ -379,10 +379,6 @@ onMounted(() => {
flex-direction: column;
}
.content-grid {
margin: 0 !important;
}
.content-main {
display: flex;
flex-direction: column;
-4
View File
@@ -708,10 +708,6 @@ async function handleDeptChange(value: number | string) {
flex-direction: column;
}
.content-grid {
margin: 0 !important;
}
.content-main {
display: flex;
flex-direction: column;
@@ -557,10 +557,6 @@ const handleExportDef = () => {
</script>
<style lang="scss" scoped>
.content-grid {
margin: 0 !important;
}
.content-main {
display: flex;
flex-direction: column;
@@ -489,10 +489,6 @@ onMounted(() => {
</script>
<style lang="scss" scoped>
.content-grid {
margin: 0 !important;
}
.content-main {
display: flex;
flex-direction: column;
-4
View File
@@ -259,10 +259,6 @@ const handleOpen = async (row, type) => {
</script>
<style lang="scss" scoped>
.content-grid {
margin: 0 !important;
}
.content-main {
display: flex;
flex-direction: column;