From 11df2f6be0699f79146b73ae210c3a59d2ae6ab5 Mon Sep 17 00:00:00 2001 From: Yc Chen Date: Fri, 1 Dec 2023 17:59:55 +0800 Subject: [PATCH] update style.css --- common/static/dist/css/style.css | 2 +- common/static/dist/css/style.css.map | 2 +- common/static/dist/css/style.less | 4 ++++ common/templates/base.html | 5 ----- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/common/static/dist/css/style.css b/common/static/dist/css/style.css index 78a0d6cc1d..821b87eedb 100644 --- a/common/static/dist/css/style.css +++ b/common/static/dist/css/style.css @@ -1 +1 @@ -a{color:#000;font-family:'Inter Var',-apple-system,BlinkMacSystemFont,San Francisco,Segoe UI,Roboto,Helvetica Neue,sans-serif}a:hover{color:#555555}.navbar-brand{padding:0}.navbar-brand>img{height:50px}.user-bottom-div{display:block;text-align:center;background-color:#ddd;position:fixed;bottom:0;width:100%;height:50px;line-height:50px}.lsb-login{display:flex;justify-content:center;align-items:center;height:90vh;margin:0}.login-form-wrapper{background-color:#FFF;border-radius:4px;box-shadow:rgba(0,0,0,0.1) 0 3px 5px;padding:30px 40px;border-top:5px solid #337ab7}/*# sourceMappingURL=style.css.map */ \ No newline at end of file +a{color:#000;font-family:'Inter Var',-apple-system,BlinkMacSystemFont,San Francisco,Segoe UI,Roboto,Helvetica Neue,sans-serif}a:hover{color:#555555}.navbar-brand{padding:0}.navbar-brand>img{height:50px}.user-bottom-div{display:block;text-align:center;background-color:#ddd;position:fixed;bottom:0;width:100%;height:50px;line-height:50px}.lsb-login{display:flex;justify-content:center;align-items:center;height:90vh;margin:0}.login-form-wrapper{background-color:#FFF;border-radius:4px;box-shadow:rgba(0,0,0,0.1) 0 3px 5px;padding:30px 40px;border-top:5px solid #337ab7}table{max-width:none !important}/*# sourceMappingURL=style.css.map */ \ No newline at end of file diff --git a/common/static/dist/css/style.css.map b/common/static/dist/css/style.css.map index 2b5bb54490..937f2f8a69 100644 --- a/common/static/dist/css/style.css.map +++ b/common/static/dist/css/style.css.map @@ -1 +1 @@ -{"version":3,"sources":["style.less"],"names":[],"mappings":"AACA,EACI,UAAA,CACA,YAAa,qGAEb,CAAC,OACG,cAIR,cACI,UAGJ,aAAc,KACV,YAGJ,iBACI,aAAA,CACA,iBAAA,CACA,qBAAA,CACA,cAAA,CACA,QAAA,CACA,UAAA,CACA,WAAA,CACA,iBAGJ,WACI,YAAA,CACA,sBAAA,CACA,kBAAA,CACA,WAAA,CACA,SAGJ,oBACI,qBAAA,CACA,iBAAA,CACA,oCAAA,CACA,iBAAA,CACA","file":"style.css"} \ No newline at end of file +{"version":3,"sources":["style.less"],"names":[],"mappings":"AACA,EACI,UAAA,CACA,YAAa,qGAEb,CAAC,OACG,cAIR,cACI,UAGJ,aAAc,KACV,YAGJ,iBACI,aAAA,CACA,iBAAA,CACA,qBAAA,CACA,cAAA,CACA,QAAA,CACA,UAAA,CACA,WAAA,CACA,iBAGJ,WACI,YAAA,CACA,sBAAA,CACA,kBAAA,CACA,WAAA,CACA,SAGJ,oBACI,qBAAA,CACA,iBAAA,CACA,oCAAA,CACA,iBAAA,CACA,6BAGJ,MACI","file":"style.css"} \ No newline at end of file diff --git a/common/static/dist/css/style.less b/common/static/dist/css/style.less index a8d13fa554..b064fcabd9 100644 --- a/common/static/dist/css/style.less +++ b/common/static/dist/css/style.less @@ -41,4 +41,8 @@ a { box-shadow: rgba(0, 0, 0, 0.1) 0 3px 5px; padding: 30px 40px; border-top: 5px solid #337ab7; +} + +table{ + max-width: none !important; /*解决 ios 横向滚动失效*/ } \ No newline at end of file diff --git a/common/templates/base.html b/common/templates/base.html index 25eb137718..e55dfc56ef 100644 --- a/common/templates/base.html +++ b/common/templates/base.html @@ -19,11 +19,6 @@ -