From b6474ba7206769e7d3ab547777330b6fdf092799 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 10 Dec 2022 13:54:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E7=95=8C=E9=9D=A2=E6=89=8B?= =?UTF-8?q?=E5=86=99=E5=90=8E=E4=BF=9D=E5=AD=98=EF=BC=8C=E6=89=8B=E5=86=99?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E4=BF=AE=E6=94=B9=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../$Processor/default/css.wcss | 28 ++++++++++--------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/o2web/source/x_component_process_Work/$Processor/default/css.wcss b/o2web/source/x_component_process_Work/$Processor/default/css.wcss index 085dbcbd76..29248fcdd2 100644 --- a/o2web/source/x_component_process_Work/$Processor/default/css.wcss +++ b/o2web/source/x_component_process_Work/$Processor/default/css.wcss @@ -29,9 +29,7 @@ "width": "24px", "height": "24px", "float": "left", - "background": "url(" - + - "../x_component_process_Work/$Processor/default/nocheck.png) no-repeat center center", + "background": "url(../x_component_process_Work/$Processor/default/nocheck.png) no-repeat center center" }, "routeTextNode": { "margin-left": "24px", @@ -50,7 +48,7 @@ }, "routeOpinionArea": { "height": "129px", - "border-bottom": "1px solid #6681a5", + "border-bottom": "1px solid #6681a5" }, "inputOpinionNode": { "height": "129px", @@ -85,7 +83,7 @@ }, "buttonsArea": { "height": "50px", - "overflow": "hidden", + "overflow": "hidden" }, "okButton": { "height": "30px", @@ -102,9 +100,7 @@ "height": "30px", "width": "40px", "float": "left", - "background": "url(" - + - "../x_component_process_Work/$Processor/default/ok-18.png) no-repeat center center", + "background": "url(../x_component_process_Work/$Processor/default/ok-18.png) no-repeat center center" }, "okTextNode": { "font-size": "14px", @@ -142,7 +138,7 @@ "height": "120px", "padding": "3px", "color": "#666", - "background": "#FFF", + "background": "#FFF" }, "inputOpinionMediaActionArea": { "position": "relative", @@ -155,14 +151,21 @@ "float": "right", "border": "1px solid #6681a5", "border-radius": "3px", + "padding-left": "24px", + "padding-right": "5px", + "margin-left": "5px", "cursor": "pointer", + "background": "url(../x_component_process_Work/$Processor/default/write.png) no-repeat 5px center" + }, + "inputOpinionHandwritingOkAction": { + "float": "right", + "border": "1px solid #6681a5", + "border-radius": "3px", "padding-left": "24px", "padding-right": "5px", "margin-left": "5px", "cursor": "pointer", - "background": "url(" - + - "../x_component_process_Work/$Processor/default/write.png) no-repeat 5px center" + "background": "url(../x_component_process_Work/$Processor/default/writeok.png) no-repeat 5px center" }, "handwritingNode": { "position": "absolute", @@ -193,7 +196,6 @@ "padding-left": "24px", "padding-right": "5px", "margin-left": "5px", - "cursor": "pointer", "background": "url(../x_component_process_Work/$Processor/default/audioRecord.png) no-repeat 5px center" }, "orgsTitle": { -- GitLab