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

修复会议管理在编辑的时候按钮换行显示的问题

unknown 5 лет назад
Родитель
Сommit
573a603aae

+ 1 - 1
o2web/source/x_component_Meeting/$Main/default/css.wcss

@@ -517,7 +517,7 @@
         "line-height": "40px"
     },
     "createMeetingAttachmentContentNode": {
-        "margin-left": "220px",
+//        "margin-left": "220px",
         "margin-right": "20px",
         "min-height": "40px",
         "overflow": "hidden"

+ 2 - 2
o2web/source/x_component_Template/$MForm/meeting/css.wcss

@@ -103,7 +103,7 @@
   "inputOkButton" : {
     "background": "#3C76B7",
     "border-radius": "4px",
-    "width" : "250px",
+    "width" : "230px",
     "height" : "40px",
     "border" : "0px",
     "color" : "#fff",
@@ -113,7 +113,7 @@
   "inputCancelButton" : {
     "background": "#f0f0f0",
     "border-radius": "4px",
-    "width" : "130px",
+    "width" : "110px",
     "height" : "40px",
     "color" : "#666",
     "border" : "0px",