dev_local_exercise
linlu 4 years ago
parent f2787d7ff4
commit b93109d9e9

BIN
.DS_Store vendored

Binary file not shown.

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

@ -93,6 +93,6 @@
gtag('config', 'UA-198293321-1');
</script> -->
<script src="/react/build/umi.3de08836.js"></script>
<script src="/react/build/umi.3e9d8bff.js"></script>
</body>
</html>

@ -708,7 +708,7 @@
.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
margin: 0 0 8px 0;
margin: 8px 0 0 0;
padding: 4px 16px;
text-align: center;
}
@ -1065,7 +1065,7 @@
display: inline-flex;
-ms-flex-align: center;
align-items: center;
margin: 0 32px 0 0;
margin: 0 0 0 32px;
padding: 8px 0;
font-size: 12px;
background: transparent;
@ -3485,7 +3485,7 @@ textarea.ant-input {
.ant-skeleton-header .ant-skeleton-avatar {
display: inline-block;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
width: 28px;
height: 28px;
line-height: 28px;
@ -3518,7 +3518,7 @@ textarea.ant-input {
width: 100%;
height: 14px;
margin-top: 8px;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
}
.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
margin-top: 20px;
@ -3530,7 +3530,7 @@ textarea.ant-input {
width: 100%;
height: 14px;
list-style: none;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
}
.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
width: 61%;
@ -3550,27 +3550,27 @@ textarea.ant-input {
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-button {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-input {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-image {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
@ -3581,7 +3581,7 @@ textarea.ant-input {
.ant-skeleton-element .ant-skeleton-button {
display: inline-block;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
border-radius: 2px;
width: 56px;
height: 28px;
@ -3621,7 +3621,7 @@ textarea.ant-input {
.ant-skeleton-element .ant-skeleton-avatar {
display: inline-block;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
width: 28px;
height: 28px;
line-height: 28px;
@ -3648,7 +3648,7 @@ textarea.ant-input {
.ant-skeleton-element .ant-skeleton-input {
display: inline-block;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
width: 100%;
height: 28px;
line-height: 28px;
@ -3671,7 +3671,7 @@ textarea.ant-input {
-ms-flex-pack: center;
justify-content: center;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
width: 96px;
height: 96px;
line-height: 96px;

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 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[17,15],{"1bfj":function(h,d,e){},Y8AM:function(h,d,e){"use strict";var j=e("+L6B"),b=e("2/Rp"),F=e("5NDa"),E=e("5rEg"),f=e("WmNS"),c=e.n(f),v=e("9og8"),x=e("y8nQ"),a=e("Vl3Y"),P=e("tJVT"),p=e("q1tI"),t=e.n(p),g=e("55Ip"),R=e("jb+D"),C=e("4i/N"),L=e("Ty5D"),D=e("9kvl"),B=e("1bfj"),S=e.n(B),o={height:48,borderRadius:4},T=function(s){var l=s.dispatch,u=a.a.useForm(),I=Object(P.a)(u,1),A=I[0],V=Object(L.l)(),W=Object(p.useState)(""),y=Object(P.a)(W,2),O=y[0],m=y[1],K=function(){var i=Object(v.a)(c.a.mark(function M(U){var n;return c.a.wrap(function(_){for(;;)switch(_.prev=_.next){case 0:return _.next=2,Object(R.a)(U);case 2:if(n=_.sent,!n.status){_.next=6;break}return m(n==null?void 0:n.message),_.abrupt("return");case 6:return _.next=8,l({type:"user/getUserInfo",payload:{}});case 8:D.c.replace("/exam");case 9:case"end":return _.stop()}},M)}));return function(U){return i.apply(this,arguments)}}();return t.a.createElement(a.a,{layout:"vertical",form:A,initialValues:{autologin:!0},onFinish:K,onValuesChange:function(){return m("")}},!!O&&t.a.createElement("div",{className:"res-error-values"},t.a.createElement("span",null,O),t.a.createElement(C.a,{onClick:function(){return m("")}})),t.a.createElement(a.a.Item,{name:"login",label:"\u8D26\u53F7",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u7528\u6237\u540D\u3001\u624B\u673A\u53F7\u6216\u90AE\u7BB1"}]},t.a.createElement(E.a,{style:o,size:"large",placeholder:"\u8BF7\u8F93\u5165\u6709\u6548\u7684\u624B\u673A\u53F7/\u90AE\u7BB1\u53F7/\u8D26\u53F7"})),t.a.createElement(a.a.Item,{name:"password",label:"\u5BC6\u7801",rules:[{required:!0,message:"\u8BF7\u8F93\u51658-16\u4F4D\u5BC6\u7801\uFF0C\u533A\u5206\u5927\u5C0F\u5199\u3001\u4E0D\u80FD\u4F7F\u7528\u7A7A\u683C"}]},t.a.createElement(E.a.Password,{style:o,size:"large",placeholder:"\u5BC6\u7801"})),t.a.createElement(a.a.Item,null,t.a.createElement(b.a,{size:"large",type:"primary",htmlType:"submit",block:!0,className:"font16",style:o},"\u767B\u5F55")),t.a.createElement(g.Link,{to:"/login"},"<<\u8FD4\u56DE\u9009\u62E9\u8EAB\u4EFD"))};d.a=Object(D.a)(function(r){var s=r.user,l=r.loading,u=r.globalSetting;return{user:s,globalSetting:u,loading:l.models.index}})(T)}}]);

@ -1 +0,0 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[17,15],{"1bfj":function(M,d,e){},Y8AM:function(M,d,e){"use strict";var j=e("+L6B"),U=e("2/Rp"),F=e("5NDa"),E=e("5rEg"),f=e("c1Ei"),c=e.n(f),v=e("5Tp6"),x=e("y8nQ"),_=e("Vl3Y"),P=e("k16G"),g=e("q1tI"),n=e.n(g),R=e("uYtH"),b=e("jb+D"),C=e("4i/N"),L=e("WHYC"),p=e("9kvl"),B=e("1bfj"),S=e.n(B),r={height:48,borderRadius:4},T=function(s){var u=s.dispatch,l=_.a.useForm(),A=Object(P.a)(l,1),I=A[0],z=Object(L.l)(),W=Object(g.useState)(""),y=Object(P.a)(W,2),D=y[0],i=y[1],K=function(){var m=Object(v.a)(c.a.mark(function h(O){var a;return c.a.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,Object(b.a)(O);case 2:if(a=t.sent,!a.status){t.next=6;break}return i(a==null?void 0:a.message),t.abrupt("return");case 6:return t.next=8,u({type:"user/getUserInfo",payload:{}});case 8:p.c.replace("/exam");case 9:case"end":return t.stop()}},h)}));return function(O){return m.apply(this,arguments)}}();return n.a.createElement(_.a,{layout:"vertical",form:I,initialValues:{autologin:!0},onFinish:K,onValuesChange:function(){return i("")}},!!D&&n.a.createElement("div",{className:"res-error-values"},n.a.createElement("span",null,D),n.a.createElement(C.a,{onClick:function(){return i("")}})),n.a.createElement(_.a.Item,{name:"login",label:"\u8D26\u53F7",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u7528\u6237\u540D\u3001\u624B\u673A\u53F7\u6216\u90AE\u7BB1"}]},n.a.createElement(E.a,{style:r,size:"large",placeholder:"\u8BF7\u8F93\u5165\u6709\u6548\u7684\u624B\u673A\u53F7/\u90AE\u7BB1\u53F7/\u8D26\u53F7"})),n.a.createElement(_.a.Item,{name:"password",label:"\u5BC6\u7801",rules:[{required:!0,message:"\u8BF7\u8F93\u51658-16\u4F4D\u5BC6\u7801\uFF0C\u533A\u5206\u5927\u5C0F\u5199\u3001\u4E0D\u80FD\u4F7F\u7528\u7A7A\u683C"}]},n.a.createElement(E.a.Password,{style:r,size:"large",placeholder:"\u5BC6\u7801"})),n.a.createElement(_.a.Item,null,n.a.createElement(U.a,{size:"large",type:"primary",htmlType:"submit",block:!0,className:"font16",style:r},"\u767B\u5F55")),n.a.createElement(R.Link,{to:"/login"},"<<\u8FD4\u56DE\u9009\u62E9\u8EAB\u4EFD"))};d.a=Object(p.a)(function(o){var s=o.user,u=o.loading,l=o.globalSetting;return{user:s,globalSetting:l,loading:u.models.index}})(T)}}]);

@ -1 +0,0 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[31],{"7A1C":function(c,o,t){},zCei:function(c,o,t){"use strict";t.r(o);var E=t("IIKO"),g=t("SIvP"),l=t("q1tI"),e=t.n(l),h=t("ruvs"),p=t("7A1C"),U=t.n(p),P=t("WHYC"),a=t("9kvl");function v(n){var _=n.dispatch,i=n.globalSetting,r=n.children,R=Object(g.a)(n,["dispatch","globalSetting","children"]),s=Object(P.l)();Object(l.useEffect)(function(){i.setting||_({type:"globalSetting/query"})},[]);var u=function(m){return e.a.createElement("div",{className:"register-nav"},m===1&&e.a.createElement("div",null,"\u7BA1\u7406\u5458/\u6559\u5E08\u767B\u5F55"),m===2&&e.a.createElement("div",null,"\u5B66\u751F\u767B\u5F55"))};return e.a.createElement("div",{className:"register-container"},e.a.createElement(h.a,Object(E.a)({isLogin:!0},R)),e.a.createElement("div",{className:"register-bg"},s.pathname==="/login"&&e.a.createElement("div",{className:"login-select"},e.a.createElement("span",{onClick:function(){a.c.push("/login/teacher")}},e.a.createElement("i",{className:"iconfont icon-laoshi"}),"\u6559\u5E08\u767B\u5F55"),e.a.createElement("span",{style:{marginRight:0},onClick:function(){a.c.push("/login/student")}},e.a.createElement("i",{className:"iconfont icon-xuesheng"}),"\u5B66\u751F\u767B\u5F55")),s.pathname==="/login/teacher"&&e.a.createElement("div",{className:"register-panel"},u(1),r),s.pathname==="/login/student"&&e.a.createElement("div",{className:"register-panel"},u(2),r)))}o.default=Object(a.a)(function(n){var _=n.loading,i=n.globalSetting;return{globalSetting:i,loading:_.models.index}})(v)}}]);

@ -0,0 +1 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[31],{"7A1C":function(c,a,t){},zCei:function(c,a,t){"use strict";t.r(a);var E=t("0Owb"),p=t("PpiC"),l=t("q1tI"),e=t.n(l),h=t("ruvs"),g=t("7A1C"),R=t.n(g),P=t("Ty5D"),o=t("9kvl");function b(n){var _=n.dispatch,s=n.globalSetting,r=n.children,v=Object(p.a)(n,["dispatch","globalSetting","children"]),i=Object(P.l)();Object(l.useEffect)(function(){s.setting||_({type:"globalSetting/query"})},[]);var u=function(d){return e.a.createElement("div",{className:"register-nav"},d===1&&e.a.createElement("div",null,"\u7BA1\u7406\u5458/\u6559\u5E08\u767B\u5F55"),d===2&&e.a.createElement("div",null,"\u5B66\u751F\u767B\u5F55"))};return e.a.createElement("div",{className:"register-container"},e.a.createElement(h.a,Object(E.a)({isLogin:!0},v)),e.a.createElement("div",{className:"register-bg"},i.pathname==="/login"&&e.a.createElement("div",{className:"login-select"},e.a.createElement("span",{onClick:function(){o.c.push("/login/teacher")}},e.a.createElement("i",{className:"iconfont icon-laoshi"}),"\u6559\u5E08\u767B\u5F55"),e.a.createElement("span",{style:{marginRight:0},onClick:function(){o.c.push("/login/student")}},e.a.createElement("i",{className:"iconfont icon-xuesheng"}),"\u5B66\u751F\u767B\u5F55")),i.pathname==="/login/teacher"&&e.a.createElement("div",{className:"register-panel"},u(1),r),i.pathname==="/login/student"&&e.a.createElement("div",{className:"register-panel"},u(2),r)))}a.default=Object(o.a)(function(n){var _=n.loading,s=n.globalSetting;return{globalSetting:s,loading:_.models.index}})(b)}}]);

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 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[38],{"9ryg":function(P,i,e){P.exports={wrap:"wrap___3-UaI",content:"content___3E-as",hint:"hint___3otcH",titleWrap:"titleWrap___3zROb",title:"title___2jI7q",bind:"bind___1czD7",flexRow:"flexRow___1MeAa",wechatLogo:"wechatLogo___3pmnJ",qqLogo:"qqLogo___12-6e",action:"action___1a_9A",modal:"modal___3aSrG"}},"a90+":function(P,i,e){"use strict";e.r(i);var G=e("miYZ"),A=e("tsqr"),B=e("WmNS"),l=e.n(B),$=e("/zsF"),F=e("PArb"),V=e("+L6B"),d=e("2/Rp"),D=e("9og8"),m=e("tJVT"),T=e("PpiC"),Y=e("5NDa"),j=e("5rEg"),o=e("q1tI"),t=e.n(o),L=e("9kvl"),W=e("9ryg"),s=e.n(W),b=e("ErOA"),I=j.a.TextArea,x=function(n){var O=n.user,f=n.account,g=n.globalSetting,Z=n.loading,Q=n.dispatch,X=Object(T.a)(n,["user","account","globalSetting","loading","dispatch"]),K=Object(o.useState)(),y=Object(m.a)(K,2),C=y[0],S=y[1],w=Object(o.useState)(),U=Object(m.a)(w,2),c=U[0],v=U[1],H=Object(o.useState)(!1),R=Object(m.a)(H,2),N=R[0],E=R[1];Object(o.useEffect)(function(){M()},[]);function M(){return p.apply(this,arguments)}function p(){return p=Object(D.a)(l.a.mark(function u(){var a;return l.a.wrap(function(_){for(;;)switch(_.prev=_.next){case 0:return _.next=2,Object(b.a)("/api/users/honor.json",{method:"get"});case 2:a=_.sent,a&&(S(a==null?void 0:a.honor),v(a==null?void 0:a.honor));case 4:case"end":return _.stop()}},u)})),p.apply(this,arguments)}function z(){return h.apply(this,arguments)}function h(){return h=Object(D.a)(l.a.mark(function u(){var a;return l.a.wrap(function(_){for(;;)switch(_.prev=_.next){case 0:if(c){_.next=3;break}return A.b.info("\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A"),_.abrupt("return");case 3:return _.next=5,Object(b.a)("/api/users/brief_introduction.json",{method:"post",body:{honor:c}});case 5:a=_.sent,a&&(M(),E(!1));case 7:case"end":return _.stop()}},u)})),h.apply(this,arguments)}return t.a.createElement("section",{className:s.a.wrap},t.a.createElement("div",{className:s.a.content},t.a.createElement("div",{className:"".concat(s.a.titleWrap," mt10")},t.a.createElement("div",{className:s.a.title,style:{width:"100%",display:"flex"}},t.a.createElement("span",{style:{flex:"1"}},t.a.createElement("span",null,"\u6210\u679C\u8363\u8A89"),t.a.createElement("span",{style:{fontSize:"14px",color:"#888888"}},"\uFF08\u6559\u5E08\u53EF\u4EE5\u5728\u8FD9\u91CC\u7F16\u64B0\u81EA\u5DF1\u7684\u6559\u7814\u6210\u679C\u3001\u8363\u8A89\u79F0\u53F7\uFF0C\u8FD9\u4E9B\u4FE1\u606F\u5C06\u5728\u8BFE\u7A0B\u4E2D\u5C55\u793A\uFF09")),t.a.createElement(d.a,{onClick:function(){return E(!0)}},"\u7F16\u8F91"))),t.a.createElement(F.a,null),N?t.a.createElement("div",null,t.a.createElement(I,{value:c,onChange:function(a){return v(a.target.value)},placeholder:"\u8BF7\u7F16\u64B0\u4E0D\u8D85\u8FC7300\u5B57\u7684\u6210\u679C\u3001\u8363\u8A89\u4ECB\u7ECD",maxLength:300}),t.a.createElement(d.a,{type:"primary",style:{marginRight:"10px",marginTop:"10px"},onClick:function(){return z()}},"\u786E\u8BA4"),t.a.createElement(d.a,{style:{marginTop:"10px"},onClick:function(){return E(!1)}},"\u53D6\u6D88")):C||"\u60A8\u5C1A\u672A\u7F16\u64B0\u81EA\u5DF1\u7684\u6559\u7814\u6210\u679C\u548C\u8363\u8A89\u79F0\u53F7\u54E6~"),t.a.createElement("div",{className:"".concat(s.a.hint," font14")},"* \u6211\u4EEC\u786E\u4FDD\u4F60\u6240\u63D0\u4F9B\u7684\u4FE1\u606F\u5747\u5904\u4E8E\u4E25\u683C\u4FDD\u5BC6\u72B6\u6001\uFF0C\u4E0D\u4F1A\u6CC4\u9732"))};i.default=Object(L.a)(function(r){var n=r.user,O=r.account,f=r.loading,g=r.globalSetting;return{user:n,account:O,globalSetting:g,loading:f.models.index}})(x)}}]);

@ -1 +0,0 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[38],{"9ryg":function(h,i,e){h.exports={wrap:"wrap___3-UaI",content:"content___3E-as",hint:"hint___3otcH",titleWrap:"titleWrap___3zROb",title:"title___2jI7q",bind:"bind___1czD7",flexRow:"flexRow___1MeAa",wechatLogo:"wechatLogo___3pmnJ",qqLogo:"qqLogo___12-6e",action:"action___1a_9A",modal:"modal___3aSrG"}},"a90+":function(h,i,e){"use strict";e.r(i);var G=e("miYZ"),A=e("tsqr"),B=e("c1Ei"),l=e.n(B),J=e("/zsF"),F=e("PArb"),$=e("+L6B"),d=e("2/Rp"),P=e("5Tp6"),m=e("k16G"),T=e("SIvP"),Y=e("5NDa"),j=e("5rEg"),o=e("q1tI"),t=e.n(o),L=e("9kvl"),I=e("9ryg"),s=e.n(I),D=e("ErOA"),W=j.a.TextArea,x=function(u){var y=u.user,O=u.account,f=u.globalSetting,Z=u.loading,Q=u.dispatch,V=Object(T.a)(u,["user","account","globalSetting","loading","dispatch"]),K=Object(o.useState)(),v=Object(m.a)(K,2),U=v[0],S=v[1],w=Object(o.useState)(),b=Object(m.a)(w,2),c=b[0],C=b[1],z=Object(o.useState)(!1),R=Object(m.a)(z,2),H=R[0],E=R[1];Object(o.useEffect)(function(){M()},[]);function M(){return p.apply(this,arguments)}function p(){return p=Object(P.a)(l.a.mark(function _(){var n;return l.a.wrap(function(a){for(;;)switch(a.prev=a.next){case 0:return a.next=2,Object(D.a)("/api/users/honor.json",{method:"get"});case 2:n=a.sent,n&&(S(n==null?void 0:n.honor),C(n==null?void 0:n.honor));case 4:case"end":return a.stop()}},_)})),p.apply(this,arguments)}function N(){return g.apply(this,arguments)}function g(){return g=Object(P.a)(l.a.mark(function _(){var n;return l.a.wrap(function(a){for(;;)switch(a.prev=a.next){case 0:if(c){a.next=3;break}return A.b.info("\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A"),a.abrupt("return");case 3:return a.next=5,Object(D.a)("/api/users/brief_introduction.json",{method:"post",body:{honor:c}});case 5:n=a.sent,n&&(M(),E(!1));case 7:case"end":return a.stop()}},_)})),g.apply(this,arguments)}return t.a.createElement("section",{className:s.a.wrap},t.a.createElement("div",{className:s.a.content},t.a.createElement("div",{className:"".concat(s.a.titleWrap," mt10")},t.a.createElement("div",{className:s.a.title,style:{width:"100%",display:"flex"}},t.a.createElement("span",{style:{flex:"1"}},t.a.createElement("span",null,"\u6210\u679C\u8363\u8A89"),t.a.createElement("span",{style:{fontSize:"14px",color:"#888888"}},"\uFF08\u6559\u5E08\u53EF\u4EE5\u5728\u8FD9\u91CC\u7F16\u64B0\u81EA\u5DF1\u7684\u6559\u7814\u6210\u679C\u3001\u8363\u8A89\u79F0\u53F7\uFF0C\u8FD9\u4E9B\u4FE1\u606F\u5C06\u5728\u8BFE\u7A0B\u4E2D\u5C55\u793A\uFF09")),t.a.createElement(d.a,{onClick:function(){return E(!0)}},"\u7F16\u8F91"))),t.a.createElement(F.a,null),H?t.a.createElement("div",null,t.a.createElement(W,{value:c,onChange:function(n){return C(n.target.value)},placeholder:"\u8BF7\u7F16\u64B0\u4E0D\u8D85\u8FC7300\u5B57\u7684\u6210\u679C\u3001\u8363\u8A89\u4ECB\u7ECD",maxLength:300}),t.a.createElement(d.a,{type:"primary",style:{marginRight:"10px",marginTop:"10px"},onClick:function(){return N()}},"\u786E\u8BA4"),t.a.createElement(d.a,{style:{marginTop:"10px"},onClick:function(){return E(!1)}},"\u53D6\u6D88")):U||"\u60A8\u5C1A\u672A\u7F16\u64B0\u81EA\u5DF1\u7684\u6559\u7814\u6210\u679C\u548C\u8363\u8A89\u79F0\u53F7\u54E6~"),t.a.createElement("div",{className:"".concat(s.a.hint," font14")},"* \u6211\u4EEC\u786E\u4FDD\u4F60\u6240\u63D0\u4F9B\u7684\u4FE1\u606F\u5747\u5904\u4E8E\u4E25\u683C\u4FDD\u5BC6\u72B6\u6001\uFF0C\u4E0D\u4F1A\u6CC4\u9732"))};i.default=Object(L.a)(function(r){var u=r.user,y=r.account,O=r.loading,f=r.globalSetting;return{user:u,account:y,globalSetting:f,loading:O.models.index}})(x)}}]);

@ -1 +1 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[40],{y3wM:function(u,t,e){"use strict";e.r(t);var r=e("IIKO"),n=e("q1tI"),s=e.n(n),a=e("m3rI");t.default=function(d){var o=Object(r.a)({},d);return Object(n.useEffect)(function(){window.location.href=a.a.API_SERVER+o.location.pathname+o.location.search},[o.location.pathname]),s.a.createElement("div",null)}}}]);
(window.webpackJsonp=window.webpackJsonp||[]).push([[40],{y3wM:function(u,t,e){"use strict";e.r(t);var s=e("0Owb"),n=e("q1tI"),r=e.n(n),a=e("m3rI");t.default=function(l){var o=Object(s.a)({},l);return Object(n.useEffect)(function(){window.location.href=a.a.API_SERVER+o.location.pathname+o.location.search},[o.location.pathname]),r.a.createElement("div",null)}}}]);

File diff suppressed because one or more lines are too long

@ -58,7 +58,7 @@
.ant-skeleton-header .ant-skeleton-avatar {
display: inline-block;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
width: 28px;
height: 28px;
line-height: 28px;
@ -91,7 +91,7 @@
width: 100%;
height: 14px;
margin-top: 8px;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
}
.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
margin-top: 20px;
@ -103,7 +103,7 @@
width: 100%;
height: 14px;
list-style: none;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
}
.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
width: 61%;
@ -123,27 +123,27 @@
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-button {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-input {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-image {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
@ -154,7 +154,7 @@
.ant-skeleton-element .ant-skeleton-button {
display: inline-block;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
border-radius: 2px;
width: 56px;
height: 28px;
@ -194,7 +194,7 @@
.ant-skeleton-element .ant-skeleton-avatar {
display: inline-block;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
width: 28px;
height: 28px;
line-height: 28px;
@ -221,7 +221,7 @@
.ant-skeleton-element .ant-skeleton-input {
display: inline-block;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
width: 100%;
height: 28px;
line-height: 28px;
@ -244,7 +244,7 @@
-ms-flex-pack: center;
justify-content: center;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
width: 96px;
height: 96px;
line-height: 96px;
@ -2050,7 +2050,7 @@ textarea.ant-input {
.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
margin: 0 0 8px 0;
margin: 8px 0 0 0;
padding: 4px 16px;
text-align: center;
}
@ -2407,7 +2407,7 @@ textarea.ant-input {
display: inline-flex;
-ms-flex-align: center;
align-items: center;
margin: 0 32px 0 0;
margin: 0 0 0 32px;
padding: 8px 0;
font-size: 12px;
background: transparent;

@ -58,7 +58,7 @@
.ant-skeleton-header .ant-skeleton-avatar {
display: inline-block;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
width: 28px;
height: 28px;
line-height: 28px;
@ -91,7 +91,7 @@
width: 100%;
height: 14px;
margin-top: 8px;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
}
.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
margin-top: 20px;
@ -103,7 +103,7 @@
width: 100%;
height: 14px;
list-style: none;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
}
.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
width: 61%;
@ -123,27 +123,27 @@
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-button {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-input {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-image {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
@ -154,7 +154,7 @@
.ant-skeleton-element .ant-skeleton-button {
display: inline-block;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
border-radius: 2px;
width: 56px;
height: 28px;
@ -194,7 +194,7 @@
.ant-skeleton-element .ant-skeleton-avatar {
display: inline-block;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
width: 28px;
height: 28px;
line-height: 28px;
@ -221,7 +221,7 @@
.ant-skeleton-element .ant-skeleton-input {
display: inline-block;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
width: 100%;
height: 28px;
line-height: 28px;
@ -244,7 +244,7 @@
-ms-flex-pack: center;
justify-content: center;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
width: 96px;
height: 96px;
line-height: 96px;
@ -1599,7 +1599,7 @@ span.CodeMirror-selectedtext {
list-style: none;
font-feature-settings: tnum, "tnum";
position: relative;
top: -2px;
top: 0.2em;
display: inline-block;
line-height: 1;
white-space: nowrap;

@ -58,7 +58,7 @@
.ant-skeleton-header .ant-skeleton-avatar {
display: inline-block;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
width: 28px;
height: 28px;
line-height: 28px;
@ -91,7 +91,7 @@
width: 100%;
height: 14px;
margin-top: 8px;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
}
.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
margin-top: 20px;
@ -103,7 +103,7 @@
width: 100%;
height: 14px;
list-style: none;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
}
.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
width: 61%;
@ -123,27 +123,27 @@
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-button {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-input {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-image {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
@ -154,7 +154,7 @@
.ant-skeleton-element .ant-skeleton-button {
display: inline-block;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
border-radius: 2px;
width: 56px;
height: 28px;
@ -194,7 +194,7 @@
.ant-skeleton-element .ant-skeleton-avatar {
display: inline-block;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
width: 28px;
height: 28px;
line-height: 28px;
@ -221,7 +221,7 @@
.ant-skeleton-element .ant-skeleton-input {
display: inline-block;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
width: 100%;
height: 28px;
line-height: 28px;
@ -244,7 +244,7 @@
-ms-flex-pack: center;
justify-content: center;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
width: 96px;
height: 96px;
line-height: 96px;
@ -2362,7 +2362,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
background: transparent;
}
.ant-picker-cell-disabled::before {
background: #f5f5f5;
background: rgba(0, 0, 0, 0.04);
}
.ant-picker-cell-disabled.ant-picker-cell-today .ant-picker-cell-inner::before {
border-color: rgba(0, 0, 0, 0.25);
@ -2383,7 +2383,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
.ant-picker-year-panel .ant-picker-cell-disabled .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-disabled .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-disabled .ant-picker-cell-inner {
background: #f5f5f5;
background: rgba(0, 0, 0, 0.04);
}
.ant-picker-quarter-panel .ant-picker-content {
height: 56px;
@ -3617,7 +3617,7 @@ textarea.ant-picker-input > input {
.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
margin: 0 0 8px 0;
margin: 8px 0 0 0;
padding: 4px 16px;
text-align: center;
}
@ -3974,7 +3974,7 @@ textarea.ant-picker-input > input {
display: inline-flex;
-ms-flex-align: center;
align-items: center;
margin: 0 32px 0 0;
margin: 0 0 0 32px;
padding: 8px 0;
font-size: 12px;
background: transparent;

@ -58,7 +58,7 @@
.ant-skeleton-header .ant-skeleton-avatar {
display: inline-block;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
width: 28px;
height: 28px;
line-height: 28px;
@ -91,7 +91,7 @@
width: 100%;
height: 14px;
margin-top: 8px;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
}
.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
margin-top: 20px;
@ -103,7 +103,7 @@
width: 100%;
height: 14px;
list-style: none;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
}
.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
width: 61%;
@ -123,27 +123,27 @@
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-button {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-input {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-image {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
@ -154,7 +154,7 @@
.ant-skeleton-element .ant-skeleton-button {
display: inline-block;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
border-radius: 2px;
width: 56px;
height: 28px;
@ -194,7 +194,7 @@
.ant-skeleton-element .ant-skeleton-avatar {
display: inline-block;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
width: 28px;
height: 28px;
line-height: 28px;
@ -221,7 +221,7 @@
.ant-skeleton-element .ant-skeleton-input {
display: inline-block;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
width: 100%;
height: 28px;
line-height: 28px;
@ -244,7 +244,7 @@
-ms-flex-pack: center;
justify-content: center;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
width: 96px;
height: 96px;
line-height: 96px;
@ -764,7 +764,7 @@
list-style: none;
font-feature-settings: tnum, "tnum";
position: relative;
top: -2px;
top: 0.2em;
display: inline-block;
line-height: 1;
white-space: nowrap;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1815,7 +1815,7 @@ span.CodeMirror-selectedtext {
list-style: none;
font-feature-settings: tnum, "tnum";
position: relative;
top: -2px;
top: 0.2em;
display: inline-block;
line-height: 1;
white-space: nowrap;

File diff suppressed because one or more lines are too long

@ -1322,7 +1322,7 @@ textarea.ant-input-number {
list-style: none;
font-feature-settings: tnum, "tnum";
position: relative;
top: -2px;
top: 0.2em;
display: inline-block;
line-height: 1;
white-space: nowrap;

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

@ -1815,7 +1815,7 @@ span.CodeMirror-selectedtext {
list-style: none;
font-feature-settings: tnum, "tnum";
position: relative;
top: -2px;
top: 0.2em;
display: inline-block;
line-height: 1;
white-space: nowrap;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1815,7 +1815,7 @@ span.CodeMirror-selectedtext {
list-style: none;
font-feature-settings: tnum, "tnum";
position: relative;
top: -2px;
top: 0.2em;
display: inline-block;
line-height: 1;
white-space: nowrap;

@ -220,7 +220,7 @@
.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
margin: 0 0 8px 0;
margin: 8px 0 0 0;
padding: 4px 16px;
text-align: center;
}
@ -577,7 +577,7 @@
display: inline-flex;
-ms-flex-align: center;
align-items: center;
margin: 0 32px 0 0;
margin: 0 0 0 32px;
padding: 8px 0;
font-size: 12px;
background: transparent;
@ -4438,7 +4438,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
background: transparent;
}
.ant-picker-cell-disabled::before {
background: #f5f5f5;
background: rgba(0, 0, 0, 0.04);
}
.ant-picker-cell-disabled.ant-picker-cell-today .ant-picker-cell-inner::before {
border-color: rgba(0, 0, 0, 0.25);
@ -4459,7 +4459,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
.ant-picker-year-panel .ant-picker-cell-disabled .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-disabled .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-disabled .ant-picker-cell-inner {
background: #f5f5f5;
background: rgba(0, 0, 0, 0.04);
}
.ant-picker-quarter-panel .ant-picker-content {
height: 56px;

@ -1815,7 +1815,7 @@ span.CodeMirror-selectedtext {
list-style: none;
font-feature-settings: tnum, "tnum";
position: relative;
top: -2px;
top: 0.2em;
display: inline-block;
line-height: 1;
white-space: nowrap;

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

@ -1815,7 +1815,7 @@ span.CodeMirror-selectedtext {
list-style: none;
font-feature-settings: tnum, "tnum";
position: relative;
top: -2px;
top: 0.2em;
display: inline-block;
line-height: 1;
white-space: nowrap;

@ -2023,7 +2023,7 @@ span.CodeMirror-selectedtext {
list-style: none;
font-feature-settings: tnum, "tnum";
position: relative;
top: -2px;
top: 0.2em;
display: inline-block;
line-height: 1;
white-space: nowrap;

File diff suppressed because one or more lines are too long

@ -1815,7 +1815,7 @@ span.CodeMirror-selectedtext {
list-style: none;
font-feature-settings: tnum, "tnum";
position: relative;
top: -2px;
top: 0.2em;
display: inline-block;
line-height: 1;
white-space: nowrap;

File diff suppressed because one or more lines are too long

@ -58,7 +58,7 @@
.ant-skeleton-header .ant-skeleton-avatar {
display: inline-block;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
width: 28px;
height: 28px;
line-height: 28px;
@ -91,7 +91,7 @@
width: 100%;
height: 14px;
margin-top: 8px;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
}
.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
margin-top: 20px;
@ -103,7 +103,7 @@
width: 100%;
height: 14px;
list-style: none;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
}
.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
width: 61%;
@ -123,27 +123,27 @@
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-button {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-input {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-image {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
@ -154,7 +154,7 @@
.ant-skeleton-element .ant-skeleton-button {
display: inline-block;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
border-radius: 2px;
width: 56px;
height: 28px;
@ -194,7 +194,7 @@
.ant-skeleton-element .ant-skeleton-avatar {
display: inline-block;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
width: 28px;
height: 28px;
line-height: 28px;
@ -221,7 +221,7 @@
.ant-skeleton-element .ant-skeleton-input {
display: inline-block;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
width: 100%;
height: 28px;
line-height: 28px;
@ -244,7 +244,7 @@
-ms-flex-pack: center;
justify-content: center;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
width: 96px;
height: 96px;
line-height: 96px;
@ -2251,7 +2251,7 @@ textarea.ant-input {
.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
margin: 0 0 8px 0;
margin: 8px 0 0 0;
padding: 4px 16px;
text-align: center;
}
@ -2608,7 +2608,7 @@ textarea.ant-input {
display: inline-flex;
-ms-flex-align: center;
align-items: center;
margin: 0 32px 0 0;
margin: 0 0 0 32px;
padding: 8px 0;
font-size: 12px;
background: transparent;

@ -1861,7 +1861,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
background: transparent;
}
.ant-picker-cell-disabled::before {
background: #f5f5f5;
background: rgba(0, 0, 0, 0.04);
}
.ant-picker-cell-disabled.ant-picker-cell-today .ant-picker-cell-inner::before {
border-color: rgba(0, 0, 0, 0.25);
@ -1882,7 +1882,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
.ant-picker-year-panel .ant-picker-cell-disabled .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-disabled .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-disabled .ant-picker-cell-inner {
background: #f5f5f5;
background: rgba(0, 0, 0, 0.04);
}
.ant-picker-quarter-panel .ant-picker-content {
height: 56px;

File diff suppressed because one or more lines are too long

@ -93,7 +93,7 @@
list-style: none;
font-feature-settings: tnum, "tnum";
position: relative;
top: -2px;
top: 0.2em;
display: inline-block;
line-height: 1;
white-space: nowrap;

File diff suppressed because one or more lines are too long

@ -1267,7 +1267,7 @@ textarea.ant-input {
direction: ltr;
}
.ant-statistic-content-value-decimal {
font-size: 16px;
font-size: 24px;
}
.ant-statistic-content-prefix,
.ant-statistic-content-suffix {
@ -1278,7 +1278,7 @@ textarea.ant-input {
}
.ant-statistic-content-suffix {
margin-left: 4px;
font-size: 16px;
font-size: 24px;
}
.ant-statistic-rtl {
direction: rtl;
@ -4288,7 +4288,7 @@ textarea.ant-input-number {
margin-left: -4px;
padding-left: 4px;
overflow: auto;
background-color: #fff;
background-color: transparent;
}
.ant-anchor-ink {
position: absolute;

@ -220,7 +220,7 @@
.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
margin: 0 0 8px 0;
margin: 8px 0 0 0;
padding: 4px 16px;
text-align: center;
}
@ -577,7 +577,7 @@
display: inline-flex;
-ms-flex-align: center;
align-items: center;
margin: 0 32px 0 0;
margin: 0 0 0 32px;
padding: 8px 0;
font-size: 12px;
background: transparent;
@ -3410,7 +3410,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
background: transparent;
}
.ant-picker-cell-disabled::before {
background: #f5f5f5;
background: rgba(0, 0, 0, 0.04);
}
.ant-picker-cell-disabled.ant-picker-cell-today .ant-picker-cell-inner::before {
border-color: rgba(0, 0, 0, 0.25);
@ -3431,7 +3431,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
.ant-picker-year-panel .ant-picker-cell-disabled .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-disabled .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-disabled .ant-picker-cell-inner {
background: #f5f5f5;
background: rgba(0, 0, 0, 0.04);
}
.ant-picker-quarter-panel .ant-picker-content {
height: 56px;
@ -4566,7 +4566,7 @@ textarea.ant-picker-input > input {
.ant-skeleton-header .ant-skeleton-avatar {
display: inline-block;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
width: 28px;
height: 28px;
line-height: 28px;
@ -4599,7 +4599,7 @@ textarea.ant-picker-input > input {
width: 100%;
height: 14px;
margin-top: 8px;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
}
.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
margin-top: 20px;
@ -4611,7 +4611,7 @@ textarea.ant-picker-input > input {
width: 100%;
height: 14px;
list-style: none;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
}
.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
width: 61%;
@ -4631,27 +4631,27 @@ textarea.ant-picker-input > input {
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-button {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-input {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-image {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
@ -4662,7 +4662,7 @@ textarea.ant-picker-input > input {
.ant-skeleton-element .ant-skeleton-button {
display: inline-block;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
border-radius: 2px;
width: 56px;
height: 28px;
@ -4702,7 +4702,7 @@ textarea.ant-picker-input > input {
.ant-skeleton-element .ant-skeleton-avatar {
display: inline-block;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
width: 28px;
height: 28px;
line-height: 28px;
@ -4729,7 +4729,7 @@ textarea.ant-picker-input > input {
.ant-skeleton-element .ant-skeleton-input {
display: inline-block;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
width: 100%;
height: 28px;
line-height: 28px;
@ -4752,7 +4752,7 @@ textarea.ant-picker-input > input {
-ms-flex-pack: center;
justify-content: center;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
width: 96px;
height: 96px;
line-height: 96px;

@ -252,7 +252,7 @@
list-style: none;
font-feature-settings: tnum, "tnum";
position: relative;
top: -2px;
top: 0.2em;
display: inline-block;
line-height: 1;
white-space: nowrap;

@ -58,7 +58,7 @@
.ant-skeleton-header .ant-skeleton-avatar {
display: inline-block;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
width: 28px;
height: 28px;
line-height: 28px;
@ -91,7 +91,7 @@
width: 100%;
height: 14px;
margin-top: 8px;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
}
.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
margin-top: 20px;
@ -103,7 +103,7 @@
width: 100%;
height: 14px;
list-style: none;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
}
.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
width: 61%;
@ -123,27 +123,27 @@
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-button {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-input {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-image {
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
@ -154,7 +154,7 @@
.ant-skeleton-element .ant-skeleton-button {
display: inline-block;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
border-radius: 2px;
width: 56px;
height: 28px;
@ -194,7 +194,7 @@
.ant-skeleton-element .ant-skeleton-avatar {
display: inline-block;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
width: 28px;
height: 28px;
line-height: 28px;
@ -221,7 +221,7 @@
.ant-skeleton-element .ant-skeleton-input {
display: inline-block;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
width: 100%;
height: 28px;
line-height: 28px;
@ -244,7 +244,7 @@
-ms-flex-pack: center;
justify-content: center;
vertical-align: top;
background: #f2f2f2;
background: rgba(190, 190, 190, 0.2);
width: 96px;
height: 96px;
line-height: 96px;
@ -394,7 +394,7 @@
list-style: none;
font-feature-settings: tnum, "tnum";
position: relative;
top: -2px;
top: 0.2em;
display: inline-block;
line-height: 1;
white-space: nowrap;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1267,7 +1267,7 @@ textarea.ant-input {
direction: ltr;
}
.ant-statistic-content-value-decimal {
font-size: 16px;
font-size: 24px;
}
.ant-statistic-content-prefix,
.ant-statistic-content-suffix {
@ -1278,7 +1278,7 @@ textarea.ant-input {
}
.ant-statistic-content-suffix {
margin-left: 4px;
font-size: 16px;
font-size: 24px;
}
.ant-statistic-rtl {
direction: rtl;
@ -4283,7 +4283,7 @@ textarea.ant-input-number {
margin-left: -4px;
padding-left: 4px;
overflow: auto;
background-color: #fff;
background-color: transparent;
}
.ant-anchor-ink {
position: absolute;

@ -93,7 +93,7 @@
list-style: none;
font-feature-settings: tnum, "tnum";
position: relative;
top: -2px;
top: 0.2em;
display: inline-block;
line-height: 1;
white-space: nowrap;

@ -63,7 +63,7 @@
margin-left: -4px;
padding-left: 4px;
overflow: auto;
background-color: #fff;
background-color: transparent;
}
.ant-anchor-ink {
position: absolute;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -150,7 +150,7 @@
cursor: pointer;
}
.ant-image-preview-operations-operation-disabled {
color: rgba(255, 255, 255, 0.45);
color: rgba(255, 255, 255, 0.25);
pointer-events: none;
}
.ant-image-preview-operations-operation:last-of-type {

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save