Browse Source

审批流小屏幕弹出框高度控制。

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@7628 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
ouxianqin 9 years ago
parent
commit
7b46e19adf

+ 13 - 1
src/main/webapp/resources/css/style.css

@@ -455,7 +455,19 @@ body {
 	height: 580px;
 	background: #fff;
 }
-
+@media screen and (max-width: 1366px) {
+	.box04,.box01{
+		margin-top: 7% !important;
+	}
+	.box01_02{
+		max-height: 300px;
+		overflow-y: overlay;
+		overflow-x: hidden;
+	}
+	#caozuo{
+		 right: 20px;
+	 }
+}
 .box05 {
 	width: 706px;
 	height: 588px;

+ 1 - 1
src/main/webapp/resources/tpl/index/approvalFlow/step1.html

@@ -10,7 +10,7 @@
     <link rel="stylesheet" href="static/css/style.css">
 </head>
 <style>
-    .box01_02 a img{
+    .box01_02 a.btn-set img{
         margin-top: 7px;
     }
 </style>