Procházet zdrojové kódy

Merge branch 'ZHNY_DCF' into ZHNY_WW

DESKTOP-O0K3VEC\WW před 2 roky
rodič
revize
245a927e93

+ 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 {