Commit ecfe0608 authored by chenshouchao's avatar chenshouchao

样式修改

parent 55861efa
......@@ -335,7 +335,7 @@ const BaseInfo = observer(() => {
style={{ width: "560px" }}
/>
</div>
<div className={style.projectInfoListLi}>
<div className={style.projectInfoListLi} style={{marginBottom: '20px'}}>
<div className={style.projectInfoListLiLabel}>项目描述</div>
<textarea
value={projectInfo.desc}
......
......@@ -129,6 +129,12 @@
line-height: 20px;
color: rgba(255, 78, 78, 1);
}
.noParameters{
font-size: 12px;
text-align: center;
color: #C2C6CC;
line-height: 84px;
}
.noData {
height: calc(100vh - 140px);
......
......@@ -654,6 +654,7 @@ const ParameterSetting = (props: IParameterSettingProps) => {
allowNullValue={true}
tabPanelSx={{ padding: "7px 0" }}
/>
{basisParameters.length === 0 && seniorParameters.length === 0 && hardwareParameters.length === 0 && (<div className={styles.noParameters}>暂无可设置参数</div>)}
</div>
)}
{!taskInfo && (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment