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

style: 查看编辑网站

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