Commit 53d2ac80 authored by wuyongsheng's avatar wuyongsheng

feat: 分割线样式修改

parent b04b3d61
......@@ -2,7 +2,7 @@
* @Author: 吴永生#A02208 yongsheng.wu@wholion.com
* @Date: 2022-05-31 10:18:13
* @LastEditors: 吴永生 15770852798@163.com
* @LastEditTime: 2022-08-10 11:06:12
* @LastEditTime: 2022-08-16 15:53:31
* @FilePath: /bkunyun/src/views/Project/ProjectSetting/index.tsx
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
......@@ -115,7 +115,7 @@ const Tabs = (props: IProps) => {
return (
<ThemeProvider theme={theme}>
<TabContext value={value}>
<Box sx={{ borderBottom: 1, borderColor: "#EDEFF2" }}>
<Box sx={{ borderBottom: 1, borderColor: "#dde1e6" }}>
<TabList
onChange={(e: any, val: string) => {
onChange(val);
......
......@@ -37,5 +37,5 @@
.active {
border-left: 3px solid #1370ff;
color: #1370ff;
background-color: #ebedf0;
background-color: #e6eaf0;
}
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