autoUpdataFile

dev_local_v9_zzxy
eduauto 1 year ago
parent 98d49f73eb
commit 58d28d7ed3

@ -29,7 +29,7 @@
display: block !important;
}
</style><script>if(document.domain !== "www.educoder.net") document.title = '';</script>
<script src="/react/build/umi.fd41b4b9.js"></script>
<script src="/react/build/umi.616ba704.js"></script>
<script src="/react/build/js/public.js"></script>
</body>
</html>

@ -283,17 +283,17 @@ button:active {
font-size: 1.6vh !important;
}
.cloud_troops___VqzEh .add_btn___YVm76 {
width: 5.5vw;
height: 4vh;
width: 108px;
height: 38px;
background: linear-gradient(90deg, #4A6FFE 0%, #374DCF 100%);
border-radius: 4px;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.6vh;
font-size: 14px;
cursor: pointer;
margin-left: 2vh;
margin-left: 20px;
}
.cloud_troops___VqzEh .name___Oi_lZ {
font-size: 1.7vh;
@ -513,8 +513,8 @@ button:active {
align-items: flex-end;
}
.tabs___RtiCl {
height: 4.1vh;
line-height: 3.1vh;
height: 32px;
line-height: 32px;
background: #1C367E;
box-shadow: inset 0px 3px 5px 0px rgba(27, 36, 74, 0.5);
border-radius: 16px;
@ -522,9 +522,9 @@ button:active {
}
.tabs___RtiCl span {
display: inline-block;
padding: 0 3vh;
line-height: 4vh;
font-size: 1.5vh;
padding: 0 20px;
line-height: 30px;
font-size: 15px;
font-weight: 400;
color: #9096a3;
position: relative;
@ -554,8 +554,8 @@ button:active {
border-radius: 16px;
outline: 1px solid rgba(255, 255, 255, 0.4);
color: #fff;
line-height: 4vh;
height: 4vh;
line-height: 30px;
height: 30px;
}
.tabs___RtiCl .active___IptQg::after {
display: none;

@ -361,7 +361,7 @@ var CloudTroops = function CloudTroops(_ref) {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z.Search, {
placeholder: "\u8BF7\u8F93\u5165\u5B9E\u8BAD\u540D\u79F0\u8FDB\u884C\u641C\u7D22",
className: CloudTroopsmodules.search,
size: "small",
size: "middle",
onChange: function onChange(e) {
params.keyword = e.target.value;
setParams(objectSpread2_default()({}, params));

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save