diff --git a/package.json b/package.json index 3b5bd9f..3db9c89 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,6 @@ "core-js": "^3.6.5", "dayjs": "^1.11.4", "echarts": "^5.3.1", - "echarts-liquidfill": "^3.1.0", "element-plus": "^2.2.21", "exceljs": "^4.3.0", "file-saver": "^2.0.5", diff --git a/src/components/PageWrapLayout/index.scss b/src/components/PageWrapLayout/index.scss new file mode 100644 index 0000000..95810a3 --- /dev/null +++ b/src/components/PageWrapLayout/index.scss @@ -0,0 +1,18 @@ +.m-container-layout { + width: 100%; + height: 100%; + display: flex; + padding: 10px 12px; + box-sizing: border-box; + .m-container-layout-inner { + flex: 1; + display: flex; + flex-direction: column; + box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); + background: white; + padding: 20px; + width: 100%; + height: 100%; + box-sizing: border-box; + } +} diff --git a/src/components/PageWrapLayout/index.vue b/src/components/PageWrapLayout/index.vue new file mode 100644 index 0000000..eb8f256 --- /dev/null +++ b/src/components/PageWrapLayout/index.vue @@ -0,0 +1,13 @@ + + + + + diff --git a/src/layout/components/Header/ToolRight.vue b/src/layout/components/Header/ToolRight.vue index a0c5497..78234a3 100644 --- a/src/layout/components/Header/ToolRight.vue +++ b/src/layout/components/Header/ToolRight.vue @@ -11,11 +11,11 @@ diff --git a/src/views/form/validateForm/index.vue b/src/views/form/validateForm/index.vue index 4974ba5..654a938 100644 --- a/src/views/form/validateForm/index.vue +++ b/src/views/form/validateForm/index.vue @@ -1,6 +1,6 @@