Просмотр исходного кода

Merge branch 'fix/Style.blue_flat_mobile' into 'release'

Merge of fix/[流程管理]手机蓝白扁平样式调整 to release

See merge request o2oa/o2oa!393
蔡祥熠 5 лет назад
Родитель
Сommit
b36c1f3d32

+ 1 - 1
o2web/source/o2_core/o2/widget/$Dialog/mobile_blue_flat/dialog.html

@@ -1,6 +1,6 @@
 <div style="background-color: #FFF;">
     <div style="padding: 0px 30px; height: 88px; text-align: center; font-size: 36px; position: relative; background-color: rgb(50, 170, 255);" class="MWF_dialod_title">
-        <div class="MWF_dialod_Action_back" style="background: url(/o2_core/o2/widget/$Dialog/mobile_blue_flat/img/back@2x.png) no-repeat center / 16px 33px; left: 20px; top: 14px; width: 40px; height: 60px; color: rgb(255, 255, 255); position: absolute;"></div>
+        <div class="MWF_dialod_Action_back" style="background: url(/o2_core/o2/widget/$Dialog/mobile_blue_flat/img/back@2x.png) no-repeat 30px center / 16px 33px; left: 0px; top: 14px; width: 80px; height: 60px; color: rgb(255, 255, 255); position: absolute;"></div>
         <div style="height: 88px; color: rgb(255, 255, 255); line-height: 88px;" class="MWF_dialod_title_text"></div>
     </div>
     <div class="MWF_dialod_content" style="text-align: left; padding: 0px; line-height:20px;background:#f5f5f5;overflow:auto;"></div>

+ 3 - 3
o2web/source/x_component_Selector/$Selector/blue_flat_mobile/css.wcss

@@ -68,12 +68,12 @@
     },
 	"titleCancelActionNodeMobile": {
 	  "top" : "14px",
-	  "left" : "30px",
+	  "left" : "0px",
 	  "position" : "absolute",
 	  "height": "60px",
-	  "width": "40px",
+	  "width": "80px",
 	  "color": "#FFF",
-	  "background" : "url(/x_component_Selector/$Selector/blue_flat_mobile/icon/back@2x.png) center center no-repeat",
+	  "background" : "url(/x_component_Selector/$Selector/blue_flat_mobile/icon/back@2x.png) 30px center no-repeat",
 	  "background-size" : "16px 33px"
 	},
 	"titleTextNodeMobile": {