From 3a7836ee79c06d2df68c5bd589dd044767fc7363 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Sun, 17 Mar 2019 17:55:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG=EF=BC=9A=E8=A7=92?= =?UTF-8?q?=E8=89=B2=E7=BB=B4=E6=8A=A4=E9=A1=B5=E9=9D=A2=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=96=87=E6=9C=AC=E6=9C=AA=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E5=8D=A0=E7=94=A8=E5=B1=8F=E5=B9=95=E8=BF=87?= =?UTF-8?q?=E5=A4=A7=20#ITOIO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #Issue https://gitee.com/LongbowEnterprise/dashboard/issues?id=ITOIO #Commit 关联 Issue https://gitee.com/LongbowEnterprise/dashboard/issues?id=ITC1I --- Bootstrap.Admin/wwwroot/css/site-responsive.css | 6 ++++++ Bootstrap.Admin/wwwroot/css/site.css | 4 ++-- Bootstrap.Admin/wwwroot/css/theme-responsive.css | 14 -------------- Bootstrap.Admin/wwwroot/css/theme.css | 5 ----- 4 files changed, 8 insertions(+), 21 deletions(-) diff --git a/Bootstrap.Admin/wwwroot/css/site-responsive.css b/Bootstrap.Admin/wwwroot/css/site-responsive.css index d5e4f52c..3e72d3cd 100644 --- a/Bootstrap.Admin/wwwroot/css/site-responsive.css +++ b/Bootstrap.Admin/wwwroot/css/site-responsive.css @@ -67,3 +67,9 @@ transition: none; } } + +@media (min-width: 1077px) { + .bootstrap-table .bs-bars .btn span:last-child { + display: inline; + } +} diff --git a/Bootstrap.Admin/wwwroot/css/site.css b/Bootstrap.Admin/wwwroot/css/site.css index 21248ee7..f6254b2e 100644 --- a/Bootstrap.Admin/wwwroot/css/site.css +++ b/Bootstrap.Admin/wwwroot/css/site.css @@ -578,8 +578,8 @@ li[data-category="1"] .dd3-content .menuType { margin-right: 4px; } -.bootstrap-table .btn span:last-child { - display: inline; +.bootstrap-table .bs-bars .btn span:last-child { + display: none; } .bootstrap-table .fa-info { diff --git a/Bootstrap.Admin/wwwroot/css/theme-responsive.css b/Bootstrap.Admin/wwwroot/css/theme-responsive.css index 28560437..a2a24a9a 100644 --- a/Bootstrap.Admin/wwwroot/css/theme-responsive.css +++ b/Bootstrap.Admin/wwwroot/css/theme-responsive.css @@ -53,14 +53,6 @@ .sidebar-open aside { transform: translate(0); } - - .btn span:last-child { - display: inline; - } - - .bs-bars .btn span:last-child { - display: none; - } } @media (min-width: 940px) { @@ -69,12 +61,6 @@ } } -@media (min-width: 1024px) { - .bs-bars .btn span:last-child { - display: inline; - } -} - @media (min-width: 992px) { .modal-lg { max-width: 940px; diff --git a/Bootstrap.Admin/wwwroot/css/theme.css b/Bootstrap.Admin/wwwroot/css/theme.css index 64f26d74..a974012f 100644 --- a/Bootstrap.Admin/wwwroot/css/theme.css +++ b/Bootstrap.Admin/wwwroot/css/theme.css @@ -321,10 +321,6 @@ input.pending { padding: 15px 15px 0 15px; } -.modal-footer .btn span:last-child { - display: inline; -} - .card { margin-bottom: 15px; } @@ -351,7 +347,6 @@ input.pending { .btn span:last-child { margin-left: 4px; - display: none; } .form-check-label {