提交 19c2f90a authored 作者: lidongxu's avatar lidongxu

style(all): 样式修复

右下角默认高度不再占满整个屏幕了
上级 103c01cc
......@@ -122,7 +122,8 @@ aside {
}
}
// main-container全局样式
// 全局样式
// 容器
.app-container {
flex: 1;
display: flex;
......@@ -130,13 +131,11 @@ aside {
align-items: center;
padding: 20px;
// 内容区域
>.container {
flex: 1;
width: 100%;
padding: 20px;
background-color: var(--el-bg-color-overlay);
display: flex;
flex-direction: column;
padding: 20px;
}
}
......
......@@ -42,8 +42,6 @@ function addIframe() {
/* 50= navbar 50 */
min-height: calc(100vh - 50px);
width: 100%;
position: relative;
overflow: hidden;
background-color: var(--el-bg-color);
display: flex;
flex-direction: column;
......
......@@ -32,6 +32,11 @@ provide('activeName', activeName);
lang="scss">
.app-container {
.container{
display: flex;
flex-direction: column;
}
.tabs {
display: flex;
flex-direction: column-reverse;
......
......@@ -171,8 +171,7 @@ getProductList()
<style scoped
lang="scss">
.app-container {
>.el-row {
display: flex;
.container {
.right_col {
flex: 1 !important;
......
......@@ -77,6 +77,9 @@ const handleSetLineChartData = (type) => {
>div {
padding: 0;
background-color: transparent;
display: flex;
flex-direction: column;
align-items: center;
}
.chart-wrapper {
......
......@@ -490,7 +490,6 @@
deptOptions.value = response.data;
enabledDeptOptions.value = filterDisabledDept(JSON.parse(JSON.stringify(response.data)));
defaultExpandedKeys.value = [response.data[0].id];
queryParams.value.deptId = response.data[0].id;
});
};
......@@ -728,7 +727,6 @@
display: flex;
flex-direction: column;
height: 100%;
overflow-y: scroll;
padding-left: 20px !important;
.pagination {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论