diff --git a/public/static/theme/css/console.custom.css b/public/static/theme/css/console.custom.css index 1776694e4..0588d7996 100644 --- a/public/static/theme/css/console.custom.css +++ b/public/static/theme/css/console.custom.css @@ -1,529 +1 @@ -.notdata { - padding: 15px; - display: block; - font-size: 13px; - text-align: center; - line-height: 22px; - letter-spacing: 8px; - border: 1px solid #e6e6e6; - background-color: #f2f2f2; - border-radius: 0 2px 2px 0; -} -.notselect { - user-select: none; - -ms-user-select: none; - -moz-user-select: none; - -webkit-user-select: none; -} -.transition { - transition: all 0.2s linear; - -o-transition: all 0.2s linear; - -moz-transition: all 0.2s linear; - -webkit-transition: all 0.2s linear; -} -.absolute { - position: absolute !important; -} -.relative { - position: relative !important; -} -.block { - display: block !important; -} -.pointer { - cursor: pointer !important; -} -.nowrap { - white-space: nowrap !important; -} -.help-block { - color: #999; - font-size: 12px; -} -.inline-block { - display: inline-block !important; -} -.pull-left { - float: left !important; -} -.pull-right { - float: right !important; -} -.full-width { - width: 100% !important; -} -.full-height { - height: 100% !important; -} -.color-red { - color: #ec494e !important; -} -.color-blue { - color: #2494f2 !important; -} -.color-desc { - color: #999 !important; -} -.color-text { - color: #333 !important; -} -.color-green { - color: #090 !important; -} -.text-top { - vertical-align: top !important; -} -.text-left { - text-align: left !important; -} -.text-right { - text-align: right !important; -} -.text-center { - text-align: center !important; -} -.text-middle { - vertical-align: middle !important; -} -.text-bottom { - vertical-align: bottom !important; -} -.think-bg-white { - background: white !important; -} -.think-bg-blue { - background: linear-gradient(-125deg, #57bdbf, #2f9de2) !important; -} -.think-bg-orig { - background: linear-gradient(-141deg, #ecca1b, #f39526) !important; -} -.think-bg-red { - background: linear-gradient(-125deg, #ff7d7d, #fb2c95) !important; -} -.think-bg-violet { - background: linear-gradient(-113deg, #c543d8, #925cc3) !important; -} -/* 分隔线条 */ -.hr-line-dashed { - color: #fff; - height: 1px; - margin: 15px 0; - background-color: #fff; - border-top: 1px dashed #e7eaec; -} -.hr-line-solid { - margin-top: 15px; - margin-bottom: 15px; - border-bottom: 1px solid #e7eaec; - background-color: rgba(0, 0, 0, 0); -} -/* 文字大小 */ -.border-0 { - border: 0 !important; -} -.border-radius-0 { - border-radius: 0 !important; -} -.border-radius-left-0 { - border-top-left-radius: 0 !important; - border-bottom-left-radius: 0 !important; -} -.border-radius-right-0 { - border-top-right-radius: 0 !important; - border-bottom-right-radius: 0 !important; -} -.font-s10 { - font-size: 10px !important; -} -.font-s11 { - font-size: 11px !important; -} -.font-s12 { - font-size: 12px !important; -} -.font-s13 { - font-size: 13px !important; -} -.font-s14 { - font-size: 14px !important; -} -.font-s15 { - font-size: 15px !important; -} -.font-s16 { - font-size: 16px !important; -} -.font-s18 { - font-size: 18px !important; -} -.font-s20 { - font-size: 20px !important; -} -.font-s30 { - font-size: 30px !important; -} -.font-s40 { - font-size: 40px !important; -} -.font-w1 { - font-weight: 100 !important; -} -.font-w2 { - font-weight: 200 !important; -} -.font-w3 { - font-weight: 300 !important; -} -.font-w4 { - font-weight: 400 !important; -} -.font-w5 { - font-weight: 500 !important; -} -.font-w6 { - font-weight: 600 !important; -} -.font-w7 { - font-weight: 700 !important; -} -.font-w8 { - font-weight: 800 !important; -} -.font-w9 { - font-weight: 900 !important; -} -.padding-0 { - padding: 0 !important; -} -.padding-5 { - padding: 5px !important; -} -.padding-10 { - padding: 10px !important; -} -.padding-15 { - padding: 15px !important; -} -.padding-20 { - padding: 20px !important; -} -.padding-25 { - padding: 25px !important; -} -.padding-30 { - padding: 30px !important; -} -.padding-40 { - padding: 40px !important; -} -.padding-top-0 { - padding-top: 0 !important; -} -.padding-top-5 { - padding-top: 5px !important; -} -.padding-top-10 { - padding-top: 10px !important; -} -.padding-top-15 { - padding-top: 15px !important; -} -.padding-top-20 { - padding-top: 20px !important; -} -.padding-top-30 { - padding-top: 30px !important; -} -.padding-top-40 { - padding-top: 40px !important; -} -.padding-left-0 { - padding-left: 0 !important; -} -.padding-left-5 { - padding-left: 5px !important; -} -.padding-left-10 { - padding-left: 10px !important; -} -.padding-left-15 { - padding-left: 15px !important; -} -.padding-left-20 { - padding-left: 20px !important; -} -.padding-left-30 { - padding-left: 30px !important; -} -.padding-left-40 { - padding-left: 40px !important; -} -.padding-right-0 { - padding-right: 0 !important; -} -.padding-right-5 { - padding-right: 5px !important; -} -.padding-right-10 { - padding-right: 10px !important; -} -.padding-right-15 { - padding-right: 15px !important; -} -.padding-right-20 { - padding-right: 20px !important; -} -.padding-right-30 { - padding-right: 30px !important; -} -.padding-right-40 { - padding-right: 40px !important; -} -.padding-bottom-0 { - padding-bottom: 0 !important; -} -.padding-bottom-5 { - padding-bottom: 5px !important; -} -.padding-bottom-10 { - padding-bottom: 10px !important; -} -.padding-bottom-15 { - padding-bottom: 15px !important; -} -.padding-bottom-20 { - padding-bottom: 20px !important; -} -.padding-bottom-30 { - padding-bottom: 30px !important; -} -.padding-bottom-40 { - padding-bottom: 40px !important; -} -.margin-0 { - margin: 0 !important; -} -.margin-5 { - margin: 5px !important; -} -.margin-10 { - margin: 10px !important; -} -.margin-15 { - margin: 15px !important; -} -.margin-20 { - margin: 20px !important; -} -.margin-25 { - margin: 25px !important; -} -.margin-30 { - margin: 30px !important; -} -.margin-40 { - margin: 40px !important; -} -.margin-top-0 { - margin-top: 0 !important; -} -.margin-top-5 { - margin-top: 5px !important; -} -.margin-top-10 { - margin-top: 10px !important; -} -.margin-top-15 { - margin-top: 15px !important; -} -.margin-top-20 { - margin-top: 20px !important; -} -.margin-top-25 { - margin-top: 25px !important; -} -.margin-top-30 { - margin-top: 30px !important; -} -.margin-top-40 { - margin-top: 40px !important; -} -.margin-left-0 { - margin-left: 0 !important; -} -.margin-left-5 { - margin-left: 5px !important; -} -.margin-left-10 { - margin-left: 10px !important; -} -.margin-left-15 { - margin-left: 15px !important; -} -.margin-left-20 { - margin-left: 20px !important; -} -.margin-left-25 { - margin-left: 25px !important; -} -.margin-left-30 { - margin-left: 30px !important; -} -.margin-left-40 { - margin-left: 40px !important; -} -.margin-right-0 { - margin-right: 0 !important; -} -.margin-right-5 { - margin-right: 5px !important; -} -.margin-right-10 { - margin-right: 10px !important; -} -.margin-right-15 { - margin-right: 15px !important; -} -.margin-right-20 { - margin-right: 20px !important; -} -.margin-right-25 { - margin-right: 25px !important; -} -.margin-right-30 { - margin-right: 30px !important; -} -.margin-right-40 { - margin-right: 40px !important; -} -.margin-bottom-0 { - margin-bottom: 0 !important; -} -.margin-bottom-5 { - margin-bottom: 5px !important; -} -.margin-bottom-10 { - margin-bottom: 10px !important; -} -.margin-bottom-15 { - margin-bottom: 15px !important; -} -.margin-bottom-20 { - margin-bottom: 20px !important; -} -.margin-bottom-25 { - margin-bottom: 25px !important; -} -.margin-bottom-30 { - margin-bottom: 30px !important; -} -.margin-bottom-40 { - margin-bottom: 40px !important; -} -/* 浏览器DEBUG */ -.version-debug { - width: 100%; - color: #fff; - height: 100px; - font-size: 20px; - text-align: center; - line-height: 100px; - margin-bottom: 40px; - background-color: #E90D24; -} -/** 加载进度 */ -.pace-inactive { - display: none; -} -.pace-progress { - top: 0; - right: 100%; - width: 100%; - height: 2px; - z-index: 2000; - position: fixed; - background: #22df80; -} -/* 图片上传 */ -.moxie-shim { - display: none !important; -} -.uploadimage { - width: 5pc; - height: 5pc; - cursor: pointer; - display: inline-block; - background: url('../img/image.png') no-repeat center center; - background-size: cover; -} -.uploadimagemtl { - margin-right: 8px; -} -.uploadimagemtl a { - color: #fff; - width: 20px; - height: 20px; - float: right; - display: none; - text-align: center; - line-height: 22px; - background: rgba(0, 0, 0, 0.5); -} -.uploadimagemtl:hover a { - cursor: pointer; - display: inline-block; -} -.uploadimagemtl:hover a:hover { - color: #fff; - text-decoration: none; -} -/* 通用分页 */ -.pagination-container { - line-height: 40px; -} -.pagination-container > span { - color: #666; - font-size: 9pt; -} -.pagination-container > ul { - float: right; - display: inline-block; - margin: 0; - padding: 0; -} -.pagination-container > ul > li { - z-index: 1; - display: inline-block; -} -.pagination-container > ul > li.active { - z-index: 2; -} -.pagination-container > ul > li.active > span { - color: #fff; - border-color: #098; - padding-right: 1px; - background: #009688 !important; -} -.pagination-container > ul > li > a, -.pagination-container > ul > li > span { - color: #333; - width: 33px; - height: 30px; - border: 1px solid #dcdcdc; - display: inline-block; - margin-left: -1px; - text-align: center; - line-height: 28px; -} -.pagination-container > ul > li > span { - background: #dcdcdc; - cursor: default; -} -.pagination-container > ul > li > a:hover { - background: #dcdcdc; - border-color: #dcdcdc; -} -[data-tips-image] { - cursor: zoom-in !important; -} -/*# sourceMappingURL=console.custom.css.map */ \ No newline at end of file +.notdata{padding:15px;display:block;font-size:13px;text-align:center;line-height:22px;letter-spacing:8px;border:1px solid #e6e6e6;background-color:#f2f2f2;border-radius:0 2px 2px 0}.notselect{user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none}.transition{transition:all .2s linear;-o-transition:all .2s linear;-moz-transition:all .2s linear;-webkit-transition:all .2s linear}.absolute{position:absolute !important}.relative{position:relative !important}.block{display:block !important}.pointer{cursor:pointer !important}.nowrap{white-space:nowrap !important}.help-block{color:#999;font-size:12px}.inline-block{display:inline-block !important}.pull-left{float:left !important}.pull-right{float:right !important}.full-width{width:100% !important}.full-height{height:100% !important}.color-red{color:#ec494e !important}.color-blue{color:#2494f2 !important}.color-desc{color:#999 !important}.color-text{color:#333 !important}.color-green{color:#090 !important}.text-top{vertical-align:top !important}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}.text-middle{vertical-align:middle !important}.text-bottom{vertical-align:bottom !important}.think-bg-white{background:white !important}.think-bg-blue{background:linear-gradient(-125deg, #57bdbf, #2f9de2) !important}.think-bg-orig{background:linear-gradient(-141deg, #ecca1b, #f39526) !important}.think-bg-red{background:linear-gradient(-125deg, #ff7d7d, #fb2c95) !important}.think-bg-violet{background:linear-gradient(-113deg, #c543d8, #925cc3) !important}.hr-line-dashed{color:#fff;height:1px;margin:15px 0;background-color:#fff;border-top:1px dashed #e7eaec}.hr-line-solid{margin-top:15px;margin-bottom:15px;border-bottom:1px solid #e7eaec;background-color:rgba(0,0,0,0)}.border-0{border:0 !important}.border-radius-0{border-radius:0 !important}.border-radius-left-0{border-top-left-radius:0 !important;border-bottom-left-radius:0 !important}.border-radius-right-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.font-s10{font-size:10px !important}.font-s11{font-size:11px !important}.font-s12{font-size:12px !important}.font-s13{font-size:13px !important}.font-s14{font-size:14px !important}.font-s15{font-size:15px !important}.font-s16{font-size:16px !important}.font-s18{font-size:18px !important}.font-s20{font-size:20px !important}.font-s30{font-size:30px !important}.font-s40{font-size:40px !important}.font-w1{font-weight:100 !important}.font-w2{font-weight:200 !important}.font-w3{font-weight:300 !important}.font-w4{font-weight:400 !important}.font-w5{font-weight:500 !important}.font-w6{font-weight:600 !important}.font-w7{font-weight:700 !important}.font-w8{font-weight:800 !important}.font-w9{font-weight:900 !important}.padding-0{padding:0 !important}.padding-5{padding:5px !important}.padding-10{padding:10px !important}.padding-15{padding:15px !important}.padding-20{padding:20px !important}.padding-25{padding:25px !important}.padding-30{padding:30px !important}.padding-40{padding:40px !important}.padding-top-0{padding-top:0 !important}.padding-top-5{padding-top:5px !important}.padding-top-10{padding-top:10px !important}.padding-top-15{padding-top:15px !important}.padding-top-20{padding-top:20px !important}.padding-top-30{padding-top:30px !important}.padding-top-40{padding-top:40px !important}.padding-left-0{padding-left:0 !important}.padding-left-5{padding-left:5px !important}.padding-left-10{padding-left:10px !important}.padding-left-15{padding-left:15px !important}.padding-left-20{padding-left:20px !important}.padding-left-30{padding-left:30px !important}.padding-left-40{padding-left:40px !important}.padding-right-0{padding-right:0 !important}.padding-right-5{padding-right:5px !important}.padding-right-10{padding-right:10px !important}.padding-right-15{padding-right:15px !important}.padding-right-20{padding-right:20px !important}.padding-right-30{padding-right:30px !important}.padding-right-40{padding-right:40px !important}.padding-bottom-0{padding-bottom:0 !important}.padding-bottom-5{padding-bottom:5px !important}.padding-bottom-10{padding-bottom:10px !important}.padding-bottom-15{padding-bottom:15px !important}.padding-bottom-20{padding-bottom:20px !important}.padding-bottom-30{padding-bottom:30px !important}.padding-bottom-40{padding-bottom:40px !important}.margin-0{margin:0 !important}.margin-5{margin:5px !important}.margin-10{margin:10px !important}.margin-15{margin:15px !important}.margin-20{margin:20px !important}.margin-25{margin:25px !important}.margin-30{margin:30px !important}.margin-40{margin:40px !important}.margin-top-0{margin-top:0 !important}.margin-top-5{margin-top:5px !important}.margin-top-10{margin-top:10px !important}.margin-top-15{margin-top:15px !important}.margin-top-20{margin-top:20px !important}.margin-top-25{margin-top:25px !important}.margin-top-30{margin-top:30px !important}.margin-top-40{margin-top:40px !important}.margin-left-0{margin-left:0 !important}.margin-left-5{margin-left:5px !important}.margin-left-10{margin-left:10px !important}.margin-left-15{margin-left:15px !important}.margin-left-20{margin-left:20px !important}.margin-left-25{margin-left:25px !important}.margin-left-30{margin-left:30px !important}.margin-left-40{margin-left:40px !important}.margin-right-0{margin-right:0 !important}.margin-right-5{margin-right:5px !important}.margin-right-10{margin-right:10px !important}.margin-right-15{margin-right:15px !important}.margin-right-20{margin-right:20px !important}.margin-right-25{margin-right:25px !important}.margin-right-30{margin-right:30px !important}.margin-right-40{margin-right:40px !important}.margin-bottom-0{margin-bottom:0 !important}.margin-bottom-5{margin-bottom:5px !important}.margin-bottom-10{margin-bottom:10px !important}.margin-bottom-15{margin-bottom:15px !important}.margin-bottom-20{margin-bottom:20px !important}.margin-bottom-25{margin-bottom:25px !important}.margin-bottom-30{margin-bottom:30px !important}.margin-bottom-40{margin-bottom:40px !important}.version-debug{width:100%;color:#fff;height:100px;font-size:20px;text-align:center;line-height:100px;margin-bottom:40px;background-color:#E90D24}.pace-inactive{display:none}.pace-progress{top:0;right:100%;width:100%;height:2px;z-index:2000;position:fixed;background:#22df80}.moxie-shim{display:none !important}.uploadimage{width:5pc;height:5pc;cursor:pointer;display:inline-block;background:url('../img/image.png') no-repeat center center;background-size:cover}.uploadimagemtl{margin-right:8px}.uploadimagemtl a{color:#fff;width:20px;height:20px;float:right;display:none;text-align:center;line-height:22px;background:rgba(0,0,0,0.5)}.uploadimagemtl:hover a{cursor:pointer;display:inline-block}.uploadimagemtl:hover a:hover{color:#fff;text-decoration:none}.pagination-container{line-height:40px}.pagination-container>span{color:#666;font-size:9pt}.pagination-container>ul{float:right;display:inline-block;margin:0;padding:0}.pagination-container>ul>li{z-index:1;display:inline-block}.pagination-container>ul>li.active{z-index:2}.pagination-container>ul>li.active>span{color:#fff;border-color:#098;padding-right:1px;background:#009688 !important}.pagination-container>ul>li>a,.pagination-container>ul>li>span{color:#333;width:33px;height:30px;border:1px solid #dcdcdc;display:inline-block;margin-left:-1px;text-align:center;line-height:28px}.pagination-container>ul>li>span{background:#dcdcdc;cursor:default}.pagination-container>ul>li>a:hover{background:#dcdcdc;border-color:#dcdcdc}[data-tips-image]{cursor:zoom-in !important}/*# sourceMappingURL=console.custom.css.map */ \ No newline at end of file diff --git a/public/static/theme/css/console.custom.css.map b/public/static/theme/css/console.custom.css.map index 3a4922607..d4e694c49 100644 --- a/public/static/theme/css/console.custom.css.map +++ b/public/static/theme/css/console.custom.css.map @@ -1 +1 @@ -{"version":3,"sources":["console.custom.less"],"names":[],"mappings":"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","file":"console.custom.css"} \ No newline at end of file +{"version":3,"sources":["console.custom.less"],"names":[],"mappings":"AAAA,SACE,YAAA,CACA,aAAA,CACA,cAAA,CACA,iBAAA,CACA,gBAAA,CACA,kBAAA,CACA,wBAAA,CACA,wBAAA,CACA,0BAGF,WACE,gBAAA,CACA,oBAAA,CACA,qBAAA,CACA,yBAGF,YACE,yBAAA,CACA,4BAAA,CACA,8BAAA,CACA,kCAGF,UACE,iBAAA,YAGF,UACE,iBAAA,YAGF,OACE,aAAA,YAGF,SACE,cAAA,YAGF,QACE,kBAAA,YAGF,YACE,UAAA,CACA,eAGF,cACE,oBAAA,YAKA,MAAC,KACC,UAAA,YAGF,MAAC,MACC,WAAA,YAKF,MAAC,MACC,UAAA,YAGF,MAAC,OACC,WAAA,YAKF,OAAC,IACC,aAAA,YAGF,OAAC,KACC,aAAA,YAGF,OAAC,KACC,UAAA,YAGF,OAAC,KACC,UAAA,YAGF,OAAC,MACC,UAAA,YAKF,MAAC,IACC,kBAAA,YAGF,MAAC,KACC,eAAA,YAGF,MAAC,MACC,gBAAA,YAGF,MAAC,OACC,iBAAA,YAGF,MAAC,OACC,qBAAA,YAGF,MAAC,OACC,qBAAA,YAKF,UAAC,MACC,gBAAA,YAGF,UAAC,KACC,WAAY,0CAAZ,YAGF,UAAC,KACC,WAAY,0CAAZ,YAGF,UAAC,IACC,WAAY,0CAAZ,YAGF,UAAC,OACC,WAAY,0CAAZ,YAMF,SAAC,OACC,UAAA,CACA,UAAA,CACA,aAAA,CACA,qBAAA,CACA,8BAGF,SAAC,MACC,eAAA,CACA,kBAAA,CACA,+BAAA,CACA,+BAKJ,UACE,QAAA,YAIA,cAAC,GACC,eAAA,YAGF,cAAC,QACC,mCAAA,CACA,2BAAA,YAGF,cAAC,SACC,oCAAA,CACA,4BAAA,YAKF,MAAC,IACC,cAAA,YAGF,MAAC,IACC,cAAA,YAGF,MAAC,IACC,cAAA,YAGF,MAAC,IACC,cAAA,YAGF,MAAC,IACC,cAAA,YAGF,MAAC,IACC,cAAA,YAGF,MAAC,IACC,cAAA,YAGF,MAAC,IACC,cAAA,YAGF,MAAC,IACC,cAAA,YAGF,MAAC,IACC,cAAA,YAGF,MAAC,IACC,cAAA,YAGF,MAAC,GACC,2BAGF,MAAC,GACC,2BAGF,MAAC,GACC,2BAGF,MAAC,GACC,2BAGF,MAAC,GACC,2BAGF,MAAC,GACC,2BAGF,MAAC,GACC,2BAGF,MAAC,GACC,2BAGF,MAAC,GACC,2BAKF,QAAC,GACC,SAAA,YAGF,QAAC,GACC,WAAA,YAGF,QAAC,IACC,YAAA,YAGF,QAAC,IACC,YAAA,YAGF,QAAC,IACC,YAAA,YAGF,QAAC,IACC,YAAA,YAGF,QAAC,IACC,YAAA,YAGF,QAAC,IACC,YAAA,YAIA,QADD,IACE,GACC,aAAA,YAGF,QALD,IAKE,GACC,eAAA,YAGF,QATD,IASE,IACC,gBAAA,YAGF,QAbD,IAaE,IACC,gBAAA,YAGF,QAjBD,IAiBE,IACC,gBAAA,YAGF,QArBD,IAqBE,IACC,gBAAA,YAGF,QAzBD,IAyBE,IACC,gBAAA,YAKF,QADD,KACE,GACC,cAAA,YAGF,QALD,KAKE,GACC,gBAAA,YAGF,QATD,KASE,IACC,iBAAA,YAGF,QAbD,KAaE,IACC,iBAAA,YAGF,QAjBD,KAiBE,IACC,iBAAA,YAGF,QArBD,KAqBE,IACC,iBAAA,YAGF,QAzBD,KAyBE,IACC,iBAAA,YAKF,QADD,MACE,GACC,eAAA,YAGF,QALD,MAKE,GACC,iBAAA,YAGF,QATD,MASE,IACC,kBAAA,YAGF,QAbD,MAaE,IACC,kBAAA,YAGF,QAjBD,MAiBE,IACC,kBAAA,YAGF,QArBD,MAqBE,IACC,kBAAA,YAGF,QAzBD,MAyBE,IACC,kBAAA,YAKF,QADD,OACE,GACC,gBAAA,YAGF,QALD,OAKE,GACC,kBAAA,YAGF,QATD,OASE,IACC,mBAAA,YAGF,QAbD,OAaE,IACC,mBAAA,YAGF,QAjBD,OAiBE,IACC,mBAAA,YAGF,QArBD,OAqBE,IACC,mBAAA,YAGF,QAzBD,OAyBE,IACC,mBAAA,YAOJ,OAAC,GACC,QAAA,YAGF,OAAC,GACC,UAAA,YAGF,OAAC,IACC,WAAA,YAGF,OAAC,IACC,WAAA,YAGF,OAAC,IACC,WAAA,YAGF,OAAC,IACC,WAAA,YAGF,OAAC,IACC,WAAA,YAGF,OAAC,IACC,WAAA,YAIA,OADD,IACE,GACC,YAAA,YAGF,OALD,IAKE,GACC,cAAA,YAGF,OATD,IASE,IACC,eAAA,YAGF,OAbD,IAaE,IACC,eAAA,YAGF,OAjBD,IAiBE,IACC,eAAA,YAGF,OArBD,IAqBE,IACC,eAAA,YAGF,OAzBD,IAyBE,IACC,eAAA,YAGF,OA7BD,IA6BE,IACC,2BAKF,OADD,KACE,GACC,aAAA,YAGF,OALD,KAKE,GACC,eAAA,YAGF,OATD,KASE,IACC,gBAAA,YAGF,OAbD,KAaE,IACC,gBAAA,YAGF,OAjBD,KAiBE,IACC,gBAAA,YAGF,OArBD,KAqBE,IACC,gBAAA,YAGF,OAzBD,KAyBE,IACC,gBAAA,YAGF,OA7BD,KA6BE,IACC,gBAAA,YAKF,OADD,MACE,GACC,cAAA,YAGF,OALD,MAKE,GACC,gBAAA,YAGF,OATD,MASE,IACC,iBAAA,YAGF,OAbD,MAaE,IACC,iBAAA,YAGF,OAjBD,MAiBE,IACC,iBAAA,YAGF,OArBD,MAqBE,IACC,iBAAA,YAGF,OAzBD,MAyBE,IACC,iBAAA,YAGF,OA7BD,MA6BE,IACC,iBAAA,YAKF,OADD,OACE,GACC,eAAA,YAGF,OALD,OAKE,GACC,iBAAA,YAGF,OATD,OASE,IACC,kBAAA,YAGF,OAbD,OAaE,IACC,kBAAA,YAGF,OAjBD,OAiBE,IACC,kBAAA,YAGF,OArBD,OAqBE,IACC,kBAAA,YAGF,OAzBD,OAyBE,IACC,kBAAA,YAGF,OA7BD,OA6BE,IACC,kBAAA,YAON,eACE,UAAA,CACA,UAAA,CACA,YAAA,CACA,cAAA,CACA,iBAAA,CACA,iBAAA,CACA,kBAAA,CACA,yBAIF,eACE,aAGF,eACE,KAAA,CACA,UAAA,CACA,UAAA,CACA,UAAA,CACA,YAAA,CACA,cAAA,CACA,mBAIF,YACE,YAAA,YAGF,aACE,SAAA,CACA,UAAA,CACA,cAAA,CACA,oBAAA,CACA,eAAgB,2CAAhB,CACA,sBAGF,gBACE,iBADF,eAGE,GACE,UAAA,CACA,UAAA,CACA,WAAA,CACA,WAAA,CACA,YAAA,CACA,iBAAA,CACA,gBAAA,CACA,2BAGF,eAAC,MAAO,GACN,cAAA,CACA,qBAEA,eAJD,MAAO,EAIL,OACC,UAAA,CACA,qBAMN,sBACE,iBADF,qBAGE,MACE,UAAA,CACA,cALJ,qBAQE,IACE,WAAA,CACA,oBAAA,CACA,QAAA,CACA,UAZJ,qBAQE,GAME,IACE,SAAA,CACA,qBAEA,qBAVJ,GAME,GAIG,QACC,UADF,qBAVJ,GAME,GAIG,OAGC,MACE,UAAA,CACA,iBAAA,CACA,iBAAA,CACA,kBAAA,YAzBV,qBAQE,GAME,GAeE,GA7BN,qBAQE,GAME,GAeO,MACH,UAAA,CACA,UAAA,CACA,WAAA,CACA,wBAAA,CACA,oBAAA,CACA,gBAAA,CACA,iBAAA,CACA,iBArCR,qBAQE,GAME,GA0BE,MACE,kBAAA,CACA,eA1CR,qBAQE,GAME,GA+BE,EAAG,OACD,kBAAA,CACA,qBAMR,kBACE,cAAA","file":"console.custom.css"} \ No newline at end of file diff --git a/public/static/theme/css/console.layui.css b/public/static/theme/css/console.layui.css index 765a3dab8..18d09542b 100644 --- a/public/static/theme/css/console.layui.css +++ b/public/static/theme/css/console.layui.css @@ -1,107 +1 @@ -bu.layui-form.layui-card { - box-shadow: none; -} -.layui-layer-content .layui-form.layui-card .layui-card-body { - padding: 30px 40px 0 0; -} -.layui-layer-dialog .layui-layer-content .layui-layer-ico { - top: 50% !important; - margin-top: -15px !important; -} -.laydate-footer-btns span { - line-height: 24px !important; -} -/** Layui样式调整 */ -.layui-input, -.layui-select { - line-height: 38px; -} -.layui-btn-primary.layui-btn-xs { - line-height: 20px; -} -.layui-btn-primary.layui-btn-sm { - line-height: 28px; -} -/* 下拉样式 */ -.layui-nav .layui-nav-item .layui-nav-more { - top: 0; - border: none; - right: 15px; - width: auto; - height: auto; - margin-top: 0; - font-size: 14px; - font-style: normal; - font-family: "layui-icon" !important; - -moz-osx-font-smoothing: grayscale; - -webkit-font-smoothing: antialiased; -} -.layui-nav .layui-nav-item .layui-nav-more::before { - content: "\e619"; -} -.layui-nav .layui-nav-item .layui-nav-mored, -.layui-nav .layui-nav-itemed .layui-nav-more { - border: none; - margin-top: 0; - transform: rotate(180deg); - -o-transform: rotate(180deg); - -ms-transform: rotate(180deg); - -moz-transform: rotate(180deg); - -webkit-transform: rotate(180deg); -} -.layui-table td, -.layui-table th { - font-size: 12px; -} -.layui-table .list-table-image { - width: 22px; - cursor: pointer; -} -.layui-table .list-table-sort-td { - width: 10px !important; - text-align: center !important; - padding-left: 5px !important; - padding-right: 5px !important; -} -.layui-table .list-table-sort-td button { - width: 56px; - background: #009688; -} -.layui-table .list-table-sort-td input { - width: 50px; - color: #666; - padding: 2px; - border: 1px solid #e6e6e6; - text-align: center; - font-size: 9pt; - line-height: 18px; -} -.layui-table .list-table-check-td { - width: 10px !important; - text-align: center; - padding-left: 15px !important; - padding-right: 15px !important; -} -.layui-table .list-table-check-td input { - margin: 0 !important; - vertical-align: middle; -} -.layui-table td .text-explode { - color: #ccc !important; - margin: 0 4px !important; -} -.layui-table td .text-explode:first-child { - display: none; - opacity: 0; -} -.layui-table td .background-image { - float: left; - width: 40px; - height: 40px; - display: inline-block; - margin-right: 5px; - background: no-repeat center center; - background-size: cover; - vertical-align: middle; -} -/*# sourceMappingURL=console.layui.css.map */ \ No newline at end of file +bu.layui-form.layui-card{box-shadow:none}.layui-layer-content .layui-form.layui-card .layui-card-body{padding:30px 40px 0 0}.layui-layer-dialog .layui-layer-content .layui-layer-ico{top:50% !important;margin-top:-15px !important}.laydate-footer-btns span{line-height:24px !important}.layui-input,.layui-select{line-height:38px}.layui-btn-primary.layui-btn-xs{line-height:20px}.layui-btn-primary.layui-btn-sm{line-height:28px}.layui-nav .layui-nav-item .layui-nav-more{top:0;border:none;right:15px;width:auto;height:auto;margin-top:0;font-size:14px;font-style:normal;font-family:"layui-icon" !important;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.layui-nav .layui-nav-item .layui-nav-more::before{content:"\e619"}.layui-nav .layui-nav-item .layui-nav-mored,.layui-nav .layui-nav-itemed .layui-nav-more{border:none;margin-top:0;transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg)}.layui-table td,.layui-table th{font-size:12px}.layui-table .list-table-image{width:22px;cursor:pointer}.layui-table .list-table-sort-td{width:10px !important;text-align:center !important;padding-left:5px !important;padding-right:5px !important}.layui-table .list-table-sort-td button{width:56px;background:#009688}.layui-table .list-table-sort-td input{width:50px;color:#666;padding:2px;border:1px solid #e6e6e6;text-align:center;font-size:9pt;line-height:18px}.layui-table .list-table-check-td{width:10px !important;text-align:center;padding-left:15px !important;padding-right:15px !important}.layui-table .list-table-check-td input{margin:0 !important;vertical-align:middle}.layui-table td .text-explode{color:#ccc !important;margin:0 4px !important}.layui-table td .text-explode:first-child{display:none;opacity:0}.layui-table td .background-image{float:left;width:40px;height:40px;display:inline-block;margin-right:5px;background:no-repeat center center;background-size:cover;vertical-align:middle}/*# sourceMappingURL=console.layui.css.map */ \ No newline at end of file diff --git a/public/static/theme/css/console.layui.css.map b/public/static/theme/css/console.layui.css.map index 969b44cc0..cc1dcbcbf 100644 --- a/public/static/theme/css/console.layui.css.map +++ b/public/static/theme/css/console.layui.css.map @@ -1 +1 @@ -{"version":3,"sources":["console.layui.less"],"names":[],"mappings":"AAAA,EAAE,WAAW;EACX,gBAAA;;AAGF,oBAAqB,YAAW,WAAY;EAC1C,sBAAA;;AAGF,mBAAoB,qBAAqB;EACvC,mBAAA;EACA,iBAAA;;AAGF,oBAAqB;EACnB,iBAAA;;;AAIF;AAAc;EACZ,iBAAA;;AAIA,kBAAC;EACC,iBAAA;;AAGF,kBAAC;EACC,iBAAA;;;AAKJ,UACE,gBACE;EACE,MAAA;EACA,YAAA;EACA,WAAA;EACA,WAAA;EACA,YAAA;EACA,aAAA;EACA,eAAA;EACA,kBAAA;EACA,aAAa,YAAb;EACA,kCAAA;EACA,mCAAA;;AAEA,UAdJ,gBACE,gBAaG;EACC,SAAS,OAAT;;AAIJ,UAnBF,gBAmBI;AAAkB,UAnBtB,gBAmBuB,EAAG;EACtB,YAAA;EACA,aAAA;EACA,WAAW,cAAX;EACA,cAAc,cAAd;EACA,eAAe,cAAf;EACA,gBAAgB,cAAhB;EACA,mBAAmB,cAAnB;;AAKN,YAEE;AAFF,YAEM;EACF,eAAA;;AAHJ,YAME;EACE,WAAA;EACA,eAAA;;AARJ,YAWE;EACE,sBAAA;EACA,6BAAA;EACA,4BAAA;EACA,6BAAA;;AAfJ,YAWE,oBAME;EACE,WAAA;EACA,mBAAA;;AAnBN,YAWE,oBAWE;EACE,WAAA;EACA,WAAA;EACA,YAAA;EACA,yBAAA;EACA,kBAAA;EACA,cAAA;EACA,iBAAA;;AA7BN,YAiCE;EACE,sBAAA;EACA,kBAAA;EACA,6BAAA;EACA,8BAAA;;AArCJ,YAiCE,qBAME;EACE,oBAAA;EACA,sBAAA;;AAzCN,YA6CE,GACE;EACE,WAAA;EACA,wBAAA;;AAEA,YALJ,GACE,cAIG;EACC,aAAA;EACA,UAAA;;AApDR,YA6CE,GAWE;EACE,WAAA;EACA,WAAA;EACA,YAAA;EACA,qBAAA;EACA,iBAAA;EACA,mCAAA;EACA,sBAAA;EACA,sBAAA","file":"console.layui.css"} \ No newline at end of file +{"version":3,"sources":["console.layui.less"],"names":[],"mappings":"AAAA,EAAE,WAAW,YACX,gBAGF,oBAAqB,YAAW,WAAY,kBAC1C,sBAGF,mBAAoB,qBAAqB,kBACvC,kBAAA,CACA,gBAAA,YAGF,oBAAqB,MACnB,gBAAA,YAIF,aAAc,cACZ,iBAIA,kBAAC,cACC,iBAGF,kBAAC,cACC,iBAKJ,UACE,gBACE,iBACE,KAAA,CACA,WAAA,CACA,UAAA,CACA,UAAA,CACA,WAAA,CACA,YAAA,CACA,cAAA,CACA,iBAAA,CACA,YAAa,YAAb,YACA,iCAAA,CACA,mCAEA,UAdJ,gBACE,gBAaG,SACC,QAAS,QAIb,UAnBF,gBAmBI,kBAAkB,UAnBtB,gBAmBuB,EAAG,iBACtB,WAAA,CACA,YAAA,CACA,UAAW,cAAX,CACA,aAAc,cAAd,CACA,cAAe,cAAf,CACA,eAAgB,cAAhB,CACA,kBAAmB,eAKzB,YAEE,IAFF,YAEM,IACF,eAHJ,YAME,mBACE,UAAA,CACA,eARJ,YAWE,qBACE,qBAAA,CACA,4BAAA,CACA,2BAAA,CACA,6BAfJ,YAWE,oBAME,QACE,UAAA,CACA,mBAnBN,YAWE,oBAWE,OACE,UAAA,CACA,UAAA,CACA,WAAA,CACA,wBAAA,CACA,iBAAA,CACA,aAAA,CACA,iBA7BN,YAiCE,sBACE,qBAAA,CACA,iBAAA,CACA,4BAAA,CACA,8BArCJ,YAiCE,qBAME,OACE,mBAAA,CACA,sBAzCN,YA6CE,GACE,eACE,UAAA,YACA,wBAEA,YALJ,GACE,cAIG,aACC,YAAA,CACA,UApDR,YA6CE,GAWE,mBACE,UAAA,CACA,UAAA,CACA,WAAA,CACA,oBAAA,CACA,gBAAA,CACA,kCAAA,CACA,qBAAA,CACA","file":"console.layui.css"} \ No newline at end of file diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 6c58ea48c..4cb01d3b2 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -361,17 +361,17 @@ }, { "name": "zoujingli/ip2region", - "version": "v1.0.7", - "version_normalized": "1.0.7.0", + "version": "v1.0.8", + "version_normalized": "1.0.8.0", "source": { "type": "git", "url": "https://github.com/zoujingli/ip2region.git", - "reference": "f898a7d90cfacd54433de4028190c336164f2ae4" + "reference": "d6be3ab9da1a1ab7e3cd51c4aa634a34de358ce6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zoujingli/ip2region/zipball/f898a7d90cfacd54433de4028190c336164f2ae4", - "reference": "f898a7d90cfacd54433de4028190c336164f2ae4", + "url": "https://api.github.com/repos/zoujingli/ip2region/zipball/d6be3ab9da1a1ab7e3cd51c4aa634a34de358ce6", + "reference": "d6be3ab9da1a1ab7e3cd51c4aa634a34de358ce6", "shasum": "", "mirrors": [ { @@ -383,7 +383,7 @@ "require": { "php": ">=5.3" }, - "time": "2019-10-29T09:03:57+00:00", + "time": "2020-07-06T05:33:26+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -415,12 +415,12 @@ "source": { "type": "git", "url": "https://github.com/zoujingli/ThinkLibrary.git", - "reference": "15355674ad8878421dde91c15bb975fc4c47981a" + "reference": "bcc628e4258a716b3569d6b7511ab01144d98cd5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/15355674ad8878421dde91c15bb975fc4c47981a", - "reference": "15355674ad8878421dde91c15bb975fc4c47981a", + "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/bcc628e4258a716b3569d6b7511ab01144d98cd5", + "reference": "bcc628e4258a716b3569d6b7511ab01144d98cd5", "shasum": "", "mirrors": [ { @@ -440,7 +440,7 @@ "qiniu/php-sdk": "^7.2", "topthink/framework": "5.1.*" }, - "time": "2020-05-22T02:55:01+00:00", + "time": "2020-07-14T01:51:17+00:00", "type": "library", "installation-source": "dist", "autoload": { diff --git a/vendor/zoujingli/ip2region/ip2region.db b/vendor/zoujingli/ip2region/ip2region.db index 6cf58efb2..d41b4a057 100644 Binary files a/vendor/zoujingli/ip2region/ip2region.db and b/vendor/zoujingli/ip2region/ip2region.db differ diff --git a/vendor/zoujingli/think-library/src/service/NodeService.php b/vendor/zoujingli/think-library/src/service/NodeService.php index d744fc099..852958615 100644 --- a/vendor/zoujingli/think-library/src/service/NodeService.php +++ b/vendor/zoujingli/think-library/src/service/NodeService.php @@ -90,7 +90,7 @@ class NodeService extends Service list(, $application, $baseclass) = $matches; $namespace = $this->app->env->get('APP_NAMESPACE'); $class = new \ReflectionClass(strtr("{$namespace}/{$application}/controller/{$baseclass}", '/', '\\')); - $prefix = strtr("{$application}/" . $this->nameTolower($baseclass), '\\', '/'); + $prefix = strtr("{$application}/{$this->nameTolower($baseclass)}", '\\', '/'); $data[$prefix] = $this->parseComment($class->getDocComment(), $baseclass); foreach ($class->getMethods(\ReflectionMethod::IS_PUBLIC) as $method) { if (in_array($method->getName(), $ignore)) continue; @@ -98,6 +98,7 @@ class NodeService extends Service } } } + $data = array_change_key_case($data, CASE_LOWER); $this->app->cache->set('system_auth_node', $data); return $data; }