Commit ab185135 authored by 田翔's avatar 田翔

fix: laoding优化

parent 45b36f8d
{
"name": "panda-xform",
"version": "2.6.3",
"description": "2.6.3: 只读情况去掉必填校验",
"version": "2.6.4",
"description": "2.6.4: laoding优化",
"keywords": [
"panda-xform"
],
......
......@@ -103,7 +103,7 @@ const XRender = (props, ref) => {
return (
<div className={prefixCls}>
<Spin spinning={loading}>
<Spin spinning={loading} tip="Loading...">
<FormRender
configProvider={{ prefixCls: pandaXform }}
form={form}
......
......@@ -28,7 +28,8 @@ body #app {
}
}
.@{ant-prefix}-spin-spinning {
background: rgb(255, 255, 255, 0.7);
background: rgba(255, 255, 255, 0.7);
max-height: none !important;
}
.@{ant-prefix}-tabs-content-holder {
height: 664px;
......
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