浏览代码

Merge branch 'ZHNY_DCF' into ZHNY_WW

DESKTOP-O0K3VEC\WW 2 年之前
父节点
当前提交
245a927e93
共有 2 个文件被更改,包括 6 次插入6 次删除
  1. 3 3
      src/components/jt-popup/jt-popup2.vue
  2. 3 3
      src/components/jt-popup/jt-popup3.vue

+ 3 - 3
src/components/jt-popup/jt-popup2.vue

@@ -143,20 +143,20 @@
 
 	.popup-main {
 		position: absolute;
-		left: 3rem;
+		left: 10rem;
 		top: 90rem;
 		// height: 490rem;
 
 		height: calc((100% - 115rem) / 3);
 		width: 350rem;
 		// padding: 10rem;
-		// z-index: 1000;
+		z-index: 11;
 		font-size: 16rem;
 		color: white;
 		user-select: none;
 		animation-name: slide-left;
 		animation-duration: .8s;
-		background-color: rgba(5, 45, 115, 0.7) !important;
+		// background-color: rgba(5, 45, 115, 0.7) !important;
 
 		//头部背景图
 		.header {

+ 3 - 3
src/components/jt-popup/jt-popup3.vue

@@ -143,20 +143,20 @@
 
 	.popup-main {
 		position: absolute;
-		right: 3rem;
+		right: 10rem;
 		top: 90rem;
 		// height: 490rem;
 
 		height: calc((100% - 115rem) / 3);
 		width: 350rem;
 		// padding: 10rem;
-		// z-index: 1000;
+		z-index: 11;
 		font-size: 16rem;
 		color: white;
 		user-select: none;
 		animation-name: slide-left;
 		animation-duration: .8s;
-		background-color: rgba(5, 45, 115, 0.7) !important;
+		// background-color: rgba(5, 45, 115, 0.7) !important;
 
 		//头部背景图
 		.header {