Merge branch 'dev_aliyun' of https://bdgit.educoder.net/Hjqreturn/educoder into dev_aliyun

dev_tpm_ui
daiao 5 years ago
commit 7086d250b9

@ -41,12 +41,14 @@ $ml: 20px;
}
.item-desc{
flex: 1;
margin-left: $ml;
// margin-left: $ml;
margin-left: 5px;
}
.item-header{
font-size: $fz14;
line-height: $lh14;
color: #333;
margin-left: 15px;
.item-time{
font-size: $fz12;
line-height: $lh14;

@ -250,11 +250,7 @@ export const timeinfo_with_tpi = (identifier, dispatch) => {
if(res.data.useSeconds===null){
Modal.confirm({
title: '重置环境',
content: (
<p style={{ lineHeight: '24px' }}>
是否确定重置环境
</p>
),
content:" 是否确定重置环境?" ,
okText: '确定',
cancelText: '取消',
onOk () {

Loading…
Cancel
Save