Commit 622e5fdd authored by cellee's avatar cellee

样式提示修改

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