This repository was archived by the owner on Feb 11, 2025. It is now read-only.
拓展实践 - 2 #13
aspirantzhang
started this conversation in
课程专用
Replies: 5 comments 4 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
老师,问一个课程的外的问题,新版的页面中的水印怎么去掉呢 |
Beta Was this translation helpful? Give feedback.
2 replies
-
老师,我直接把tag标签放到modal的footer里渲染了 footer={[
<Tag key="id" className="modal-footer-tags">
Update Time: {moment(init?.data?.dataSource?.update_time).format('YYYY-MM-DD HH:ss:mm')}
</Tag>,
ActionsBuilder(init?.data?.layout?.actions[0]?.data, actionHandler, request.loading),
]} 样式是这样的,感觉很方便 .ant-modal-footer {
.modal-footer-tags {
position: relative;
top: 5px;
float: left;
}
} |
Beta Was this translation helpful? Give feedback.
1 reply
-
请问老师和同学们,Update Time 字段不在formBuiler中显示在哪里处理的? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Formbuilder.tsx
index.less
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
本节学习手册:https://www.yuque.com/aspirantzhang/antdprov5/fp081n
本节代码
fc68d76?branch=fc68d766d1e08316783d9192fd8677dfa33901ff&diff=split
请发与本节课有关的讨论。
Beta Was this translation helpful? Give feedback.
All reactions