fix: 调整租户选择器样式,移除左侧外边距

This commit is contained in:
wizardchen
2025-12-02 22:09:39 +08:00
parent 46d41954bd
commit 6b21f93ae8

View File

@@ -253,7 +253,7 @@ onUnmounted(() => {
<style scoped lang="less">
.tenant-selector {
position: relative;
margin: 0 8px 12px;
margin: 0 0 12px;
}
.tenant-trigger {