Commit a49bd70c authored by wuyongsheng's avatar wuyongsheng

fix: 进度条修改

parent 39dea40e
......@@ -120,7 +120,7 @@ const FileItem = observer((props: IProps) => {
width: 300,
margin: "6px 0",
}}
color="error"
color="success"
value={itemInfo?.percentage}
/>
) : null}
......
/*
* @Author: 吴永生#A02208 yongsheng.wu@wholion.com
* @Date: 2022-05-31 10:18:13
* @LastEditors: 吴永生#A02208 yongsheng.wu@wholion.com
* @LastEditTime: 2022-07-21 11:34:55
* @LastEditors: 吴永生 15770852798@163.com
* @LastEditTime: 2022-07-29 11:28:09
* @FilePath: /bkunyun/src/views/Project/ProjectSetting/index.tsx
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
......@@ -94,6 +94,7 @@ const ChangePermission = observer((props: IProps) => {
>
<div style={{ marginTop: 12 }}>
<MySelect
fullWidth
title="项目权限"
isTitle={true}
value={selectValue}
......
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