Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-cloud-class-web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiaomai-cloud-class
xiaomai-cloud-class-web
Commits
85b5cdc4
Commit
85b5cdc4
authored
May 07, 2021
by
chenshu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修复列表
parent
9fd3538e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
src/modules/root/App.tsx
+1
-1
src/modules/root/ErrorCollege.jsx
+1
-1
src/modules/root/Header.less
+1
-1
No files found.
src/modules/root/App.tsx
View file @
85b5cdc4
...
...
@@ -121,7 +121,7 @@ const App: React.FC = (props: any) => {
return
(
<
div
id=
"home"
>
<
Header
handleMenuType=
{
handleMenuType
}
menuType=
{
menuType
}
/>
<
Header
id=
"app"
handleMenuType=
{
handleMenuType
}
menuType=
{
menuType
}
/>
<
ConfigProvider
locale=
{
zhCN
}
autoInsertSpaceInButton=
{
false
}
>
<
Main
menuType=
{
menuType
}
/>
</
ConfigProvider
>
...
...
src/modules/root/ErrorCollege.jsx
View file @
85b5cdc4
...
...
@@ -37,7 +37,7 @@ export default class ErrorCollege extends React.Component {
const
{
menuType
}
=
this
.
state
;
return
(
<
div
className=
"error-college-page"
>
<
Header
handleMenuType=
{
this
.
handleMenuType
}
menuType=
{
menuType
}
/>
<
Header
id=
"error"
handleMenuType=
{
this
.
handleMenuType
}
menuType=
{
menuType
}
/>
<
div
className=
"error-college-box"
>
<
img
src=
"https://image.xiaomaiketang.com/xm/MQRaYkbr6J.png"
className=
"error-college-image"
/>
<
span
className=
"error-college-tip"
>
{
User
.
getStoreName
()
}
已停用
</
span
>
...
...
src/modules/root/Header.less
View file @
85b5cdc4
...
...
@@ -231,7 +231,7 @@
.ant-radio-group {
overflow-y: auto;
width: 100%;
height: 190px;
max-
height: 190px;
}
.ant-radio-wrapper {
display: flex;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment