Commit 2d0dbd41 authored by 张烨's avatar 张烨

style: 查看编辑网站

parent 9098f9f5
......@@ -9,7 +9,7 @@ import {
deleteWebsite,
getAllConfigName,
} from '@/services/webConfig/api';
import { ExclamationCircleOutlined } from '@ant-design/icons';
import { EditTwoTone, ExclamationCircleOutlined } from '@ant-design/icons';
import Modal from 'antd/lib/modal/Modal';
import ProCard from '@ant-design/pro-card';
import styles from './index.less';
......@@ -243,7 +243,7 @@ const WebConfigPage = props => {
setIsEdit(true);
}}
>
查看/编辑网站配置
<EditTwoTone /> 查看/编辑网站配置
</span>
<MenuConfig
menu={tabPaneItem?.children.find(
......
......@@ -9,9 +9,12 @@
user-select: none;
position: relative;
top: -10px;
}
.link:hover{
color: #1890ff;
.anticon{
top: -3px;
margin-right: 2px;
position: relative;
}
}
.ant-tabs-content-holder>.ant-tabs-content.ant-tabs-content-top{
position: absolute;
......
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