diff --git a/.env.dev b/.env.dev index d953bf63..a6c33e62 100644 --- a/.env.dev +++ b/.env.dev @@ -8,4 +8,4 @@ VUE_APP_DELiVERY_BASEURL='https://javaxq.test.automark.cc/' VUE_APP_MESSAGE_CENTER ='http://gtech-gateway.dcin-test.digitalyili.com/apigtech/message-send-center/'; VUE_APP_SOCKETURL = 'wss://ylst-api-uat.dctest.digitalyili.com/survey_sync' -VUE_APP_JSONPURL = 'https://iam-uat.dctest.digitalyili.com/idp/restful/getIDPToken' +VUE_APP_JSONPURL = 'https://iam-uat.dctest.digitalyili.com/idp/restful/getIDPToken' \ No newline at end of file diff --git a/src/components/LeftMenuBar.vue b/src/components/LeftMenuBar.vue index 1bb075b4..c16c9cd1 100644 --- a/src/components/LeftMenuBar.vue +++ b/src/components/LeftMenuBar.vue @@ -41,12 +41,14 @@ v-for="(child, childIndex) in item.children" :key="childIndex" > -
+ @@ -189,7 +192,9 @@ function menusStatusToFalsefather(menus) { font-size: 13px; z-index: 99999; &-item { + position: relative; width: 220px; + z-index: 99; background: rgba(245, 245, 245, 0.6); &-child { background-color: #ffffff; @@ -275,4 +280,24 @@ function menusStatusToFalsefather(menus) { position: relative; z-index: 99; } +.menu-bar-item-child{ +height: 50px; + display: block; + position: relative; + top: 0; + left: 0; + /* background: #ffffff; */ + z-index: 999; +} +.menu-bar-item-parent{ + height: 50px; + position: absolute; + z-index: 999; + left: 0; + top: 0; + background: #ffffff; + opacity: 1; + z-index: 100; + height: 50px; +} diff --git a/src/views/Answer/components/Modal/SurveyDownload.vue b/src/views/Answer/components/Modal/SurveyDownload.vue index 9c5bfed3..1588cd85 100644 --- a/src/views/Answer/components/Modal/SurveyDownload.vue +++ b/src/views/Answer/components/Modal/SurveyDownload.vue @@ -7,25 +7,28 @@ -