From 0bcd2c46bbcffa92e57d83e043cd90d0374cf1c7 Mon Sep 17 00:00:00 2001 From: datagear Date: Thu, 1 Aug 2019 15:45:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E9=A1=B5=E3=80=81SQL=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E5=8F=B0=E7=95=8C=E9=9D=A2=E7=9A=84=E9=80=89=E9=A1=B9?= =?UTF-8?q?=E5=8D=A1=E6=A0=87=E7=AD=BE=E6=9B=B4=E5=A4=9A=E6=93=8D=E4=BD=9C?= =?UTF-8?q?=E5=8C=BA=E5=9F=9F=E6=B7=BB=E5=8A=A0=E6=98=8E=E7=A1=AE=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E6=A0=87=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- datagear-web/src/main/webapp/WEB-INF/view/main.ftl | 2 +- .../src/main/webapp/WEB-INF/view/sqlpad/sqlpad.ftl | 2 +- datagear-web/src/main/webapp/static/css/common.css | 10 +++++++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/datagear-web/src/main/webapp/WEB-INF/view/main.ftl b/datagear-web/src/main/webapp/WEB-INF/view/main.ftl index 7909947a..66775d10 100644 --- a/datagear-web/src/main/webapp/WEB-INF/view/main.ftl +++ b/datagear-web/src/main/webapp/WEB-INF/view/main.ftl @@ -19,7 +19,7 @@ po.workTabTemplate = "
  • "+'#'+"{label}" +"
    " +"'>close" - +"
    '>
    " + +"
    '>
    " +"
    " +"
    " +"
  • "; diff --git a/datagear-web/src/main/webapp/WEB-INF/view/sqlpad/sqlpad.ftl b/datagear-web/src/main/webapp/WEB-INF/view/sqlpad/sqlpad.ftl index db321161..f45a6fed 100644 --- a/datagear-web/src/main/webapp/WEB-INF/view/sqlpad/sqlpad.ftl +++ b/datagear-web/src/main/webapp/WEB-INF/view/sqlpad/sqlpad.ftl @@ -593,7 +593,7 @@ Schema schema 数据库,不允许为null po.sqlResultTabTemplate = "
  • "+'#'+"{label}" +"
    " +"'>close" - +"
    '>
    " + +"
    '>
    " +"
    " +"
  • "; diff --git a/datagear-web/src/main/webapp/static/css/common.css b/datagear-web/src/main/webapp/static/css/common.css index 2a0564c2..e8024cc6 100644 --- a/datagear-web/src/main/webapp/static/css/common.css +++ b/datagear-web/src/main/webapp/static/css/common.css @@ -268,6 +268,11 @@ form .form-foot .ui-button{ width: 16px; height: 16px; } +.ui-tabs .tab-operation .tabs-more-operation-button .ui-icon{ + width: 12px; + opacity: 0.3; + filter: Alpha(Opacity=30); +} .ui-tabs .ui-tabs-nav .tab-operation .ui-icon{ cursor: pointer; } @@ -1424,11 +1429,10 @@ table.dataTable tbody tr .column-check .row-data-state .ui-icon{ width: 32px; } .page-sqlpad .content .content-result .result-tabs.ui-tabs .ui-tabs-nav li .tab-operation .tabs-more-operation-button{ - float: none; + float: right; display: inline-block; - height: 16px; + height: 1.4em; vertical-align: middle; - margin-top: -0.25em; } .page-sqlpad .content .content-result .result-tabs.ui-tabs .tabs-more-tab-button{ top: 0.25em;