Commit 622e5fdd authored by cellee's avatar cellee

样式提示修改

Signed-off-by: cellee's avatarcellee <893264950@qq.com>
parent 934ce15b
......@@ -54,3 +54,17 @@ hr {
.contop2 {
padding: 0 10px 20px;
}
.required {
position: relative;
padding-left: 10px;
&::after {
content: '*';
display: block;
color: #f00;
font-size: 14px;
position: absolute;
left: 0;
top: 8px;
// transform: translateY(-50%);
}
}
......@@ -324,7 +324,7 @@ const Account = (props: any) => {
</Descriptions>
<div className="diy" style={{ marginBottom: '14px' }}>
<div className="label">
<div className="label required">
<span className="title">Privilege Level:</span>
</div>
<div className="label">
......@@ -361,7 +361,7 @@ const Account = (props: any) => {
</div>
<div className="diy" style={{ marginBottom: '24px' }}>
<div className="label">
<div className="label required">
<span className="title">Permission List:</span>
</div>
<div className="label">
......
......@@ -448,7 +448,7 @@ const Account = (props: any) => {
</Descriptions>
<div className="diy" style={{ marginBottom: '14px' }}>
<div className="label">
<div className="label required">
<span className="title">Privilege Level:</span>
</div>
<div className="label">
......@@ -484,7 +484,7 @@ const Account = (props: any) => {
</div>
<div className="diy" style={{ marginBottom: '24px' }}>
<div className="label">
<div className="label required">
<span className="title">Permission List:</span>
</div>
<div className="label">
......
......@@ -600,7 +600,7 @@ const Account = (props: any) => {
</Descriptions>
<div className="diy" style={{ marginBottom: '14px' }}>
<div className="label">
<div className="label required">
<span className="title">Privilege Level:</span>
</div>
<div className="label">
......@@ -653,7 +653,7 @@ const Account = (props: any) => {
</div>
<div className="diy" style={{ marginBottom: '24px' }}>
<div className="label">
<div className="label required">
<span className="title">Permission List:</span>
</div>
<div className="label">
......
/*
* @Author: your name
* @Date: 2020-11-19 16:54:53
* @LastEditTime: 2021-02-06 13:13:47
* @LastEditTime: 2021-02-06 13:53:48
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \tostumi\src\utils\tip.ts
......@@ -80,7 +80,7 @@ export const village = [
//公告提示
export const Notice = [
[reqMes('Please select community')],
[reqMes('Please select the community')],
[reqMes('Please enter the notice title.')],
[reqMes('Please enter the announcement content.')],
[reqMes('Please choose the effective time of the announcement.')],
......@@ -88,8 +88,8 @@ export const Notice = [
// 新增设施
export const NewFaci = [
[reqMes('Please the community')],
[reqMes('Please input the Facility Name')],
[reqMes('Please select the community')],
[reqMes('Please enter the Facility Name')],
[reqMes('Please Set management fee')],
[reqMes('Please Set Setting deposit')],
[reqMes('Please Upload facility photos')],
......
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