公告板
版本库
filestore
活动
搜索
登录
金飞
/
pc-plat
pc端平台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
2024-05-23
king
2024-05-23
9a11e62adeb8d435b52a361eb62d5b59e1deef2a
[~jinfei/pc-plat.git]
/
src
/
menu
/
modalconfig
/
formfork
/
index.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.form-fork-modal {
.ant-modal-header {
text-align: center;
}
.ant-modal-body {
min-height: 350px!important;
}
.ant-modal-footer {
.ant-btn-primary {
display: none;
}
}
}