diff --git a/src/components/LeftModule.vue b/src/components/LeftModule.vue
index 5c15f9d..79be3a0 100644
--- a/src/components/LeftModule.vue
+++ b/src/components/LeftModule.vue
@@ -65,6 +65,7 @@
+ 还在开发中.....
@@ -519,6 +520,9 @@ onUnmounted(() => {
justify-content: center;
align-items: center;
z-index: 1000;
+ /* 确保在任何情况下都能居中显示 */
+ margin: 0;
+ padding: 0;
}
.category-modal-content {
@@ -529,6 +533,7 @@ onUnmounted(() => {
max-height: 80vh;
overflow: hidden;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
+ /* 确保内容块在父容器中完美居中 */
}
.category-modal-header {
diff --git a/src/layouts/MainLayout.vue b/src/layouts/MainLayout.vue
index 3573e4f..e0c50ed 100644
--- a/src/layouts/MainLayout.vue
+++ b/src/layouts/MainLayout.vue
@@ -36,7 +36,7 @@
{
width: 100%;
opacity: 1;
}
-
+.el-input__wrapper{
+ width: 80px;
+}
.search-input {
border: none;
outline: none;
@@ -430,7 +432,7 @@ onUnmounted(() => {
/* 防止搜索框在小屏幕上重叠 */
@media screen and (max-width: 1200px) {
.search-box-container.open {
- width: 250px;
+ width: 150px;
}
}
\ No newline at end of file
diff --git a/src/layouts/establish.vue b/src/layouts/establish.vue
index 4071dab..575e9d4 100644
--- a/src/layouts/establish.vue
+++ b/src/layouts/establish.vue
@@ -2,12 +2,8 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 保存
+
+
+
+