@@ -23,10 +23,10 @@
<script src="<%= VUE_APP_STATIC_DIR %>/lib/howler/howler.min.js"></script>
<script src="<%= VUE_APP_STATIC_DIR %>/lib/swiper/swiper-bundle.min.js"></script>
<!-- <script src="<%= VUE_APP_STATIC_DIR %>/lib/jssor/jssor.slider-28.1.0.min.js"></script> -->
- <!-- <script src="<%= VUE_APP_STATIC_DIR %>/lib/vconsole.js"></script>
+ <script src="<%= VUE_APP_STATIC_DIR %>/lib/vconsole.js"></script>
<script>
var vConsole = new window.VConsole()
- </script> -->
+ </script>
</body>
</html>
@@ -36,7 +36,7 @@ const close = () => {
top: 0;
position: fixed;
left: 0;
- background-color: rgba(0, 0, 0, 0.6);
+ background-color: rgba(0, 0, 0, 0.8);
backdrop-filter: blur(10px);
.linkcon {
@@ -42,7 +42,7 @@ const close = () => {
.telephonecon {
@@ -33,7 +33,7 @@ const close = () => {
.txtcon {
@@ -58,7 +58,7 @@ const close = () => {
- box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
+ box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
backdrop-filter: blur(4px);
display: flex;
justify-content: center;
@@ -37,7 +37,7 @@ const close = () => {
background: rgba(27, 27, 28, 0.8);
.tag-header {
@@ -43,7 +43,7 @@ const close = () => {
@@ -34,7 +34,7 @@ const close = () => {
@@ -66,7 +66,7 @@ const close = () => {
@@ -76,7 +76,7 @@ onUnmounted(() => {});
<style lang="scss">
.image-container {
- height: calc(100vh - 50px);
+ height: calc(100% - 50px);
width: 100%;
overflow: hidden;
}
@@ -177,7 +177,7 @@ function handlePageRender(_, el) {
.imagetext-container {
overflow-y: scroll;
overflow-x: hidden;
@@ -62,7 +62,7 @@ const close = () => {
.close {
width: 36px;
@@ -50,7 +50,7 @@ const close = () => {