系统配置页面样式优化

This commit is contained in:
unknown 2023-09-06 09:21:20 +08:00
parent e5b3e2570a
commit 780e73c029

View File

@ -287,7 +287,7 @@ const SystemConfigPage = () => {
}} }}
></UploadImageButton> ></UploadImageButton>
</div> </div>
<div className="helper-text ml-24"> <div className="helper-text ml-8">
推荐尺寸:240x80pxJPGPNG 推荐尺寸:240x80pxJPGPNG
</div> </div>
</div> </div>
@ -309,7 +309,7 @@ const SystemConfigPage = () => {
}} }}
></UploadImageButton> ></UploadImageButton>
</div> </div>
<div className="helper-text ml-24"> <div className="helper-text ml-8">
推荐尺寸:240x80pxJPGPNG 推荐尺寸:240x80pxJPGPNG
</div> </div>
</div> </div>
@ -388,7 +388,7 @@ const SystemConfigPage = () => {
<Form.Item name="player.disabled_drag" valuePropName="checked"> <Form.Item name="player.disabled_drag" valuePropName="checked">
<Switch onChange={onDragChange} /> <Switch onChange={onDragChange} />
</Form.Item> </Form.Item>
<div className="helper-text ml-24"> <div className="helper-text">
</div> </div>
</Space> </Space>
@ -401,7 +401,7 @@ const SystemConfigPage = () => {
> >
<Switch onChange={onSwitchChange} /> <Switch onChange={onSwitchChange} />
</Form.Item> </Form.Item>
<div className="helper-text ml-24"> <div className="helper-text">
</div> </div>
</Space> </Space>
@ -482,7 +482,7 @@ const SystemConfigPage = () => {
form.setFieldsValue({ "player.poster": url }); form.setFieldsValue({ "player.poster": url });
}} }}
></UploadImageButton> ></UploadImageButton>
<div className="helper-text ml-24"> <div className="helper-text ml-8">
推荐尺寸:1920x1080px 推荐尺寸:1920x1080px
</div> </div>
</div> </div>
@ -504,7 +504,7 @@ const SystemConfigPage = () => {
form.setFieldsValue({ "player.poster": url }); form.setFieldsValue({ "player.poster": url });
}} }}
></UploadImageButton> ></UploadImageButton>
<div className="helper-text ml-24"> <div className="helper-text ml-8">
推荐尺寸:1920x1080px 推荐尺寸:1920x1080px
</div> </div>
</div> </div>
@ -559,7 +559,7 @@ const SystemConfigPage = () => {
form.setFieldsValue({ "member.default_avatar": url }); form.setFieldsValue({ "member.default_avatar": url });
}} }}
></UploadImageButton> ></UploadImageButton>
<div className="helper-text ml-24"></div> <div className="helper-text ml-8"></div>
</div> </div>
</div> </div>
</Form.Item> </Form.Item>
@ -579,7 +579,7 @@ const SystemConfigPage = () => {
form.setFieldsValue({ "member.default_avatar": url }); form.setFieldsValue({ "member.default_avatar": url });
}} }}
></UploadImageButton> ></UploadImageButton>
<div className="helper-text ml-24"></div> <div className="helper-text ml-8"></div>
</div> </div>
</div> </div>
</Form.Item> </Form.Item>
@ -706,8 +706,8 @@ const SystemConfigPage = () => {
placeholder="请填写服务地址" placeholder="请填写服务地址"
/> />
</Form.Item> </Form.Item>
<div className="helper-text ml-24"> <div className="helper-text">
LDAP的对外服务地址ldap.example.com LDAP的对外服务地址ldap.example.com
</div> </div>
</Space> </Space>
</Form.Item> </Form.Item>
@ -720,8 +720,8 @@ const SystemConfigPage = () => {
placeholder="请填写用户名" placeholder="请填写用户名"
/> />
</Form.Item> </Form.Item>
<div className="helper-text ml-24"> <div className="helper-text">
LDAPcn=admin,dc=playedu,dc=xyz LDAPcn=admin,dc=playedu,dc=xyz
</div> </div>
</Space> </Space>
</Form.Item> </Form.Item>
@ -741,7 +741,7 @@ const SystemConfigPage = () => {
placeholder="请填写基本DN" placeholder="请填写基本DN"
/> />
</Form.Item> </Form.Item>
<div className="helper-text ml-24">LDAP根节点搜索用户</div> <div className="helper-text">LDAP根节点搜索用户</div>
</Space> </Space>
</Form.Item> </Form.Item>
<Form.Item style={{ marginBottom: 30 }} label="附件用户DN"> <Form.Item style={{ marginBottom: 30 }} label="附件用户DN">
@ -753,8 +753,8 @@ const SystemConfigPage = () => {
placeholder="请填写基本DN" placeholder="请填写基本DN"
/> />
</Form.Item> </Form.Item>
<div className="helper-text ml-24"> <div className="helper-text">
DN的搜索范围限制 DN的搜索范围限制
</div> </div>
</Space> </Space>
</Form.Item> </Form.Item>