Parcourir la source

update spacing

master
jason.lam il y a 1 an
Parent
révision
7236c5df60
3 fichiers modifiés avec 3 ajouts et 5 suppressions
  1. +1
    -1
      src/layout/MainLayout/Header/HeaderContent/LocaleSelector.js
  2. +1
    -3
      src/pages/authentication/auth-forms/BusCustomFormWizard.js
  3. +1
    -1
      src/pages/authentication/auth-forms/CustomFormWizard.js

+ 1
- 1
src/layout/MainLayout/Header/HeaderContent/LocaleSelector.js Voir le fichier

@@ -42,7 +42,7 @@ const LocaleSelector = () => {
};

const iconBackColorOpen = 'grey.300';
const iconBackColor = 'grey.100';
const iconBackColor = '#ffffff';

return (
<Box sx={{ flexShrink: 0, ml: 0.75 }}>


+ 1
- 3
src/pages/authentication/auth-forms/BusCustomFormWizard.js Voir le fichier

@@ -739,9 +739,8 @@ const BusCustomFormWizard = (props) => {
)}
</Stack>
<Grid container spacing={2} alignItems="center">
<Grid item>
<Grid item sx={{mt:1}}>
<Typography variant="subtitle1">
<br />
•至少8個字元,字元越多越好 <br />
•字母和數字的混合<br />
•英文字母大寫與小寫的混合<br />
@@ -763,7 +762,6 @@ const BusCustomFormWizard = (props) => {

<Grid item xs={12} md={12}>
<Typography variant="subtitle1">
<br />
•請輸入機構/公司英文名稱或中文名稱<br />
•Please enter the English/Chinese name of the organisation/company
</Typography>


+ 1
- 1
src/pages/authentication/auth-forms/CustomFormWizard.js Voir le fichier

@@ -771,7 +771,7 @@ const CustomFormWizard = (props) => {
</FormHelperText>
)}
</Stack>
<FormControl fullWidth sx={{ mt: 1 }}>
<FormControl fullWidth sx={{ mt: 2 }}>
<Grid container spacing={2} alignItems="center">
<Grid item>
<Box sx={{ bgcolor: level?.color, width: 85, height: 8, borderRadius: '7px' }} />


Chargement…
Annuler
Enregistrer