Explorar el Código

文物列表页-级联菜单外观优化

任一存 hace 1 año
padre
commit
52efb00cb1
Se han modificado 3 ficheros con 4 adiciones y 6 borrados
  1. 1 3
      README.md
  2. 2 2
      src/assets/style/my-reset.css
  3. 1 1
      src/views/PanoView.vue

+ 1 - 3
README.md

@@ -9,6 +9,4 @@ import ... from '/public/dsflksdfj/...' 这样没意义啊!
 ### 文物列表页
 级联菜单恢复
 
-滚动位置恢复
-
-级联菜单不要“全部”
+滚动位置恢复

+ 2 - 2
src/assets/style/my-reset.css

@@ -87,7 +87,7 @@ td {
   margin-bottom: 8px !important;
 }
 .el-cascader-menu__list {
-  margin: 20px 20px  !important;
+  padding: 30px 20px 0 20px !important;
 }
 .el-cascader-node .isActive {
   color: #ffe88b;
@@ -119,5 +119,5 @@ td {
 }
 
 .el-cascader-menu__wrap.el-scrollbar__wrap {
-  height: 160px;
+  height: 180px !important;
 }

+ 1 - 1
src/views/PanoView.vue

@@ -391,7 +391,7 @@ function onEffectVideoEnd() {
   }, 2500)
 }
 
-const iframeSrc = process.env.VUE_APP_CLI_MODE === 'dev' ? 'http://192.168.0.27:8081/show.html?id=WK1730428603763576832&vr=fd720_CKI5Ly4eo&lang=zh' : 'https://houseoss.4dkankan.com/project/yzdyh-dadu/pano/show.html?id=WK1730428603763576832&vr=fd720_CKI5Ly4eo&lang=zh'
+const iframeSrc = process.env.VUE_APP_CLI_MODE === 'dev' ? 'http://192.168.0.27:8080/show.html?id=WK1730428603763576832&vr=fd720_CKI5Ly4eo&lang=zh' : 'https://houseoss.4dkankan.com/project/yzdyh-dadu/pano/show.html?id=WK1730428603763576832&vr=fd720_CKI5Ly4eo&lang=zh'
 const panoIframe = ref(null)
 
 watch(cameraIdx, (vNew) => {