nili
9 months ago
27 changed files with 1317 additions and 2 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1 @@ |
|||||
|
"use strict";(self.webpackChunkant_design_pro=self.webpackChunkant_design_pro||[]).push([[390],{96390:function(o,n,t){t.r(n),t.d(n,{default:function(){return E}});var O=t(67294),u=t(35312),s=t(85893);function E(){var e=(0,u.useOutletContext)();return(0,s.jsx)(u.Outlet,{context:e})}}}]); |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1 @@ |
|||||
|
preview.pro.ant.design |
After Width: | Height: | Size: 4.2 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 5.0 KiB |
@ -0,0 +1,13 @@ |
|||||
|
<!DOCTYPE html><html><head> |
||||
|
<meta charset="utf-8"> |
||||
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> |
||||
|
<meta http-equiv="X-UA-Compatible" content="ie=edge"> |
||||
|
<title>Ant Design Pro</title> |
||||
|
<link rel="stylesheet" href="/umi.1ca9308c.css"> |
||||
|
<script async="" src="/scripts/loading.js"></script> |
||||
|
</head> |
||||
|
<body> |
||||
|
<div id="root"></div> |
||||
|
<script src="/umi.bf6cbdfb.js"></script> |
||||
|
|
||||
|
</body></html> |
After Width: | Height: | Size: 3.8 KiB |
@ -0,0 +1 @@ |
|||||
|
"use strict";(self.webpackChunkant_design_pro=self.webpackChunkant_design_pro||[]).push([[571],{9826:function(o,s,t){t.r(s);var n=t(35312),u=t(29905),_=t(14726),E=t(67294),a=t(85893),e=function(){return(0,a.jsx)(u.ZP,{status:"404",title:"404",subTitle:(0,n.useIntl)().formatMessage({id:"pages.404.subTitle"}),extra:(0,a.jsx)(_.ZP,{type:"primary",onClick:function(){return n.history.push("/")},children:(0,n.useIntl)().formatMessage({id:"pages.404.buttonText"})})})};s.default=e}}]); |
File diff suppressed because one or more lines are too long
@ -0,0 +1 @@ |
|||||
|
"use strict";(self.webpackChunkant_design_pro=self.webpackChunkant_design_pro||[]).push([[857],{46701:function(D,n,e){e.r(n);var i=e(15009),s=e.n(i),l=e(99289),o=e.n(l),m=e(48357),c=e(90930),v=e(76104),E=e(35312),p=e(67294),d=e(85893),x=function(){var I=(0,p.useRef)(),h=(0,E.useIntl)(),f=[{title:"\u8BBE\u5907Id",dataIndex:"deviceId",valueType:"textarea"},{title:"\u5E94\u7528\u540D\u79F0",hideInSearch:!0,dataIndex:"appName",valueType:"textarea"},{title:"\u5E73\u53F0",dataIndex:"platform",valueEnum:{1:{text:"\u7A7F\u5C71\u7532"},2:{text:"\u817E\u8BAF"},3:{text:"\u767E\u5EA6\u8054\u76DF"},4:{text:"Mintegral"},5:{text:"\u5FEB\u624B"},6:{text:"\u6E38\u53EF\u8D62"},7:{text:"Sigmob"},8:{text:"Admob"}}},{title:"\u5E7F\u544A\u7C7B\u578B",dataIndex:"advType",valueEnum:{1:{text:"\u6A2A\u5E45",status:"Default"},2:{text:"\u63D2\u9875",status:"Processing"},3:{text:"\u6FC0\u52B1\u89C6\u9891",status:"Success"}}},{title:"ecpm",dataIndex:"ecpm",hideInSearch:!0,valueType:"textarea"},{title:"\u8BBE\u5907\u54C1\u724C",dataIndex:"deviceBrand",hideInSearch:!0,valueType:"textarea"},{title:"\u8BBE\u5907\u540D",dataIndex:"deviceName",hideInSearch:!0,valueType:"textarea"},{title:"ip",dataIndex:"ip",hideInSearch:!0,valueType:"textarea"},{title:"createdAt",hideInSearch:!0,dataIndex:"createdAt",valueType:"dateTime"}];return(0,d.jsx)(c._z,{children:(0,d.jsx)(v.Z,{headerTitle:h.formatMessage({id:"pages.searchTable.title",defaultMessage:"Enquiry form"}),actionRef:I,rowKey:"key",search:{labelWidth:120},request:function(){var M=o()(s()().mark(function u(T){var a,_,r;return s()().wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,(0,m._5)(T);case 2:return r=t.sent,t.abrupt("return",{data:(a=r.data)===null||a===void 0?void 0:a.data,total:(_=r.data)===null||_===void 0?void 0:_.total,success:!0});case 4:case"end":return t.stop()}},u)}));return function(u){return M.apply(this,arguments)}}(),columns:f})})};n.default=x}}]); |
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 677 B |
@ -0,0 +1,202 @@ |
|||||
|
/** |
||||
|
* loading 占位 |
||||
|
* 解决首次加载时白屏的问题 |
||||
|
*/ |
||||
|
(function () { |
||||
|
const _root = document.querySelector('#root'); |
||||
|
if (_root && _root.innerHTML === '') { |
||||
|
_root.innerHTML = ` |
||||
|
<style> |
||||
|
html, |
||||
|
body, |
||||
|
#root { |
||||
|
height: 100%; |
||||
|
margin: 0; |
||||
|
padding: 0; |
||||
|
} |
||||
|
#root { |
||||
|
background-repeat: no-repeat; |
||||
|
background-size: 100% auto; |
||||
|
} |
||||
|
|
||||
|
.loading-title { |
||||
|
font-size: 1.1rem; |
||||
|
} |
||||
|
|
||||
|
.loading-sub-title { |
||||
|
margin-top: 20px; |
||||
|
font-size: 1rem; |
||||
|
color: #888; |
||||
|
} |
||||
|
|
||||
|
.page-loading-warp { |
||||
|
display: flex; |
||||
|
align-items: center; |
||||
|
justify-content: center; |
||||
|
padding: 26px; |
||||
|
} |
||||
|
.ant-spin { |
||||
|
position: absolute; |
||||
|
display: none; |
||||
|
-webkit-box-sizing: border-box; |
||||
|
box-sizing: border-box; |
||||
|
margin: 0; |
||||
|
padding: 0; |
||||
|
color: rgba(0, 0, 0, 0.65); |
||||
|
color: #1890ff; |
||||
|
font-size: 14px; |
||||
|
font-variant: tabular-nums; |
||||
|
line-height: 1.5; |
||||
|
text-align: center; |
||||
|
list-style: none; |
||||
|
opacity: 0; |
||||
|
-webkit-transition: -webkit-transform 0.3s |
||||
|
cubic-bezier(0.78, 0.14, 0.15, 0.86); |
||||
|
transition: -webkit-transform 0.3s |
||||
|
cubic-bezier(0.78, 0.14, 0.15, 0.86); |
||||
|
transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86); |
||||
|
transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), |
||||
|
-webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86); |
||||
|
-webkit-font-feature-settings: "tnum"; |
||||
|
font-feature-settings: "tnum"; |
||||
|
} |
||||
|
|
||||
|
.ant-spin-spinning { |
||||
|
position: static; |
||||
|
display: inline-block; |
||||
|
opacity: 1; |
||||
|
} |
||||
|
|
||||
|
.ant-spin-dot { |
||||
|
position: relative; |
||||
|
display: inline-block; |
||||
|
width: 20px; |
||||
|
height: 20px; |
||||
|
font-size: 20px; |
||||
|
} |
||||
|
|
||||
|
.ant-spin-dot-item { |
||||
|
position: absolute; |
||||
|
display: block; |
||||
|
width: 9px; |
||||
|
height: 9px; |
||||
|
background-color: #1890ff; |
||||
|
border-radius: 100%; |
||||
|
-webkit-transform: scale(0.75); |
||||
|
-ms-transform: scale(0.75); |
||||
|
transform: scale(0.75); |
||||
|
-webkit-transform-origin: 50% 50%; |
||||
|
-ms-transform-origin: 50% 50%; |
||||
|
transform-origin: 50% 50%; |
||||
|
opacity: 0.3; |
||||
|
-webkit-animation: antspinmove 1s infinite linear alternate; |
||||
|
animation: antSpinMove 1s infinite linear alternate; |
||||
|
} |
||||
|
|
||||
|
.ant-spin-dot-item:nth-child(1) { |
||||
|
top: 0; |
||||
|
left: 0; |
||||
|
} |
||||
|
|
||||
|
.ant-spin-dot-item:nth-child(2) { |
||||
|
top: 0; |
||||
|
right: 0; |
||||
|
-webkit-animation-delay: 0.4s; |
||||
|
animation-delay: 0.4s; |
||||
|
} |
||||
|
|
||||
|
.ant-spin-dot-item:nth-child(3) { |
||||
|
right: 0; |
||||
|
bottom: 0; |
||||
|
-webkit-animation-delay: 0.8s; |
||||
|
animation-delay: 0.8s; |
||||
|
} |
||||
|
|
||||
|
.ant-spin-dot-item:nth-child(4) { |
||||
|
bottom: 0; |
||||
|
left: 0; |
||||
|
-webkit-animation-delay: 1.2s; |
||||
|
animation-delay: 1.2s; |
||||
|
} |
||||
|
|
||||
|
.ant-spin-dot-spin { |
||||
|
-webkit-transform: rotate(45deg); |
||||
|
-ms-transform: rotate(45deg); |
||||
|
transform: rotate(45deg); |
||||
|
-webkit-animation: antrotate 1.2s infinite linear; |
||||
|
animation: antRotate 1.2s infinite linear; |
||||
|
} |
||||
|
|
||||
|
.ant-spin-lg .ant-spin-dot { |
||||
|
width: 32px; |
||||
|
height: 32px; |
||||
|
font-size: 32px; |
||||
|
} |
||||
|
|
||||
|
.ant-spin-lg .ant-spin-dot i { |
||||
|
width: 14px; |
||||
|
height: 14px; |
||||
|
} |
||||
|
|
||||
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { |
||||
|
.ant-spin-blur { |
||||
|
background: #fff; |
||||
|
opacity: 0.5; |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
@-webkit-keyframes antSpinMove { |
||||
|
to { |
||||
|
opacity: 1; |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
@keyframes antSpinMove { |
||||
|
to { |
||||
|
opacity: 1; |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
@-webkit-keyframes antRotate { |
||||
|
to { |
||||
|
-webkit-transform: rotate(405deg); |
||||
|
transform: rotate(405deg); |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
@keyframes antRotate { |
||||
|
to { |
||||
|
-webkit-transform: rotate(405deg); |
||||
|
transform: rotate(405deg); |
||||
|
} |
||||
|
} |
||||
|
</style> |
||||
|
|
||||
|
<div style=" |
||||
|
display: flex; |
||||
|
flex-direction: column; |
||||
|
align-items: center; |
||||
|
justify-content: center; |
||||
|
height: 100%; |
||||
|
min-height: 362px; |
||||
|
"> |
||||
|
<div class="page-loading-warp"> |
||||
|
<div class="ant-spin ant-spin-lg ant-spin-spinning"> |
||||
|
<span class="ant-spin-dot ant-spin-dot-spin"> |
||||
|
<i class="ant-spin-dot-item"></i> |
||||
|
<i class="ant-spin-dot-item"></i> |
||||
|
<i class="ant-spin-dot-item"></i> |
||||
|
<i class="ant-spin-dot-item"></i> |
||||
|
</span> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="loading-title"> |
||||
|
正在加载资源 |
||||
|
</div> |
||||
|
<div class="loading-sub-title"> |
||||
|
初次加载资源可能需要较多时间 请耐心等待 |
||||
|
</div> |
||||
|
</div> |
||||
|
`;
|
||||
|
} |
||||
|
})(); |
@ -0,0 +1 @@ |
|||||
|
@media screen and (max-width: 480px){.umi-plugin-layout-container{width:100%!important}.umi-plugin-layout-container>*{border-radius:0!important}}.umi-plugin-layout-menu .anticon{margin-right:8px}.umi-plugin-layout-menu .ant-dropdown-menu-item{min-width:160px}.umi-plugin-layout-right{display:flex!important;float:right;height:100%;margin-left:auto;overflow:hidden}.umi-plugin-layout-right .umi-plugin-layout-action{display:flex;align-items:center;height:100%;padding:0 12px;cursor:pointer;transition:all .3s}.umi-plugin-layout-right .umi-plugin-layout-action>i{color:#ffffffd9;vertical-align:middle}.umi-plugin-layout-right .umi-plugin-layout-action:hover,.umi-plugin-layout-right .umi-plugin-layout-action.opened{background:rgba(0,0,0,.025)}.umi-plugin-layout-right .umi-plugin-layout-search{padding:0 12px}.umi-plugin-layout-right .umi-plugin-layout-search:hover{background:transparent}.umi-plugin-layout-name{margin-left:8px}.umi-plugin-layout-name.umi-plugin-layout-hide-avatar-img{margin-left:0} |
File diff suppressed because one or more lines are too long
@ -0,0 +1 @@ |
|||||
|
html,body,#root{height:100%;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.colorWeak{filter:invert(80%)}.ant-layout{min-height:100vh}.ant-pro-sider.ant-layout-sider.ant-pro-sider-fixed{left:unset}canvas{display:block}body{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}ul,ol{list-style:none}@media (max-width: 768px){.ant-table{width:100%;overflow-x:auto}.ant-table-thead>tr>th,.ant-table-tbody>tr>th,.ant-table-thead>tr>td,.ant-table-tbody>tr>td{white-space:pre}.ant-table-thead>tr>th>span,.ant-table-tbody>tr>th>span,.ant-table-thead>tr>td>span,.ant-table-tbody>tr>td>span{display:block}}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type="range"]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6} |
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue