Browse Source

fix: 页面样式修复

lanceJiang 1 year ago
parent
commit
46a18164cd

+ 2 - 2
src/views/setting/app/index.vue

@@ -301,12 +301,12 @@ watch(groupFilterText, val => {
 	flex: 1;
 	display: flex;
 	height: 100%;
+	min-height: 0;
 	//background: #fff;
 }
 .content-warp {
 	flex: 1;
-	//width: calc(100% - 250px);
-	width: calc(100% - 210px);
+	//width: calc(100% - 210px);
 }
 // 单独自己写的
 /*:deep(.box-card) {

+ 1 - 0
src/views/setting/configure/index.vue

@@ -289,6 +289,7 @@ watch(groupFilterText, val => {
 	flex: 1;
 	display: flex;
 	height: 100%;
+	min-height: 0;
 	//background: #fff;
 }
 .content-warp {

+ 1 - 0
src/views/setting/department/index.vue

@@ -327,6 +327,7 @@ watch(groupFilterText, val => {
 	flex: 1;
 	display: flex;
 	height: 100%;
+	min-height: 0;
 	//background: #fff;
 }
 .content-warp {

+ 1 - 0
src/views/setting/dict/index.vue

@@ -384,6 +384,7 @@ watch(groupFilterText, val => {
 	flex: 1;
 	display: flex;
 	height: 100%;
+	min-height: 0;
 	//background: #fff;
 }
 .content-warp {

+ 1 - 0
src/views/setting/menu/index.vue

@@ -165,6 +165,7 @@ onMounted(() => {
 	flex: 1;
 	display: flex;
 	height: 100%;
+	min-height: 0;
 	//background: #fff;
 }
 

+ 1 - 0
src/views/setting/region/index.vue

@@ -307,6 +307,7 @@ watch(groupFilterText, val => {
 	flex: 1;
 	display: flex;
 	height: 100%;
+	min-height: 0;
 	//background: #fff;
 }
 .content-warp {

+ 1 - 0
src/views/setting/role/index.vue

@@ -304,6 +304,7 @@ watch(groupFilterText, val => {
 	flex: 1;
 	display: flex;
 	height: 100%;
+	min-height: 0;
 	//background: #fff;
 }
 .content-warp {