diff --git a/src/assets/scss/modules/visual/basicInfoMain.scss b/src/assets/scss/modules/visual/basicInfoMain.scss index cfc5e25b..fddee657 100644 --- a/src/assets/scss/modules/visual/basicInfoMain.scss +++ b/src/assets/scss/modules/visual/basicInfoMain.scss @@ -37,7 +37,7 @@ width: 100%; // padding: 10px 5px 13px; // margin-top: 8px; - height: calc(88vh - 5px); + height: calc(88vh - 15px); color: #fff; // background: url('../../../img/modules/visual/warning-box.png') no-repeat // center; @@ -105,7 +105,7 @@ box-sizing: border-box; width: 100%; margin-top: 21px; - height: calc(88vh - 77px); + height: calc(88vh - 87px); color: #fff; background: url('../../../img/modules/visual/warning-box.png') no-repeat center; @@ -193,7 +193,7 @@ flex: 0 0 calc(100vw - 620px); // width: calc(100vw - 560px); - height: calc(88vh); + height: calc(88vh - 10px); color: #fff; background: url('../../../img/modules/visual/warning-box.png') no-repeat center; @@ -246,9 +246,9 @@ justify-content: flex-start; margin: 0 21px 0 21px; - // .item:hover { - // cursor: pointer; - // } + .item:hover { + cursor: pointer; + } .item_sel { box-shadow: 0 0 10px inset #1a5afd; } diff --git a/src/views/modules/base/category/addCategory.vue b/src/views/modules/base/category/addCategory.vue index 181c32fe..b1667e89 100644 --- a/src/views/modules/base/category/addCategory.vue +++ b/src/views/modules/base/category/addCategory.vue @@ -196,8 +196,10 @@ export default { scoped > - \ No newline at end of file diff --git a/src/views/modules/base/category/main.vue b/src/views/modules/base/category/main.vue index a1d3fcf9..2dbf3b33 100644 --- a/src/views/modules/base/category/main.vue +++ b/src/views/modules/base/category/main.vue @@ -6,7 +6,8 @@ 类别信息