Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
CivManage
Commits
5946c5ef
Commit
5946c5ef
authored
Oct 14, 2021
by
皮倩雯
Browse files
Options
Browse Files
Download
Plain Diff
三级模态增加路由
parents
4f2ba10a
5e0b4c47
Pipeline
#36041
skipped with stages
Changes
5
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
2 deletions
+3
-2
CurrentSolution.jsx
src/pages/currentSolution/CurrentSolution.jsx
+0
-0
CurrentSolution.less
src/pages/currentSolution/CurrentSolution.less
+0
-0
editorModal.jsx
src/pages/platformCenter/standingBook/editorModal.jsx
+0
-0
standingBook.less
src/pages/platformCenter/standingBook/standingBook.less
+2
-1
config.js
src/routes/config.js
+1
-1
No files found.
src/pages/
database
/CurrentSolution.jsx
→
src/pages/
currentSolution
/CurrentSolution.jsx
View file @
5946c5ef
File moved
src/pages/
database
/CurrentSolution.less
→
src/pages/
currentSolution
/CurrentSolution.less
View file @
5946c5ef
File moved
src/pages/platformCenter/standingBook/editorModal.jsx
View file @
5946c5ef
This diff is collapsed.
Click to expand it.
src/pages/platformCenter/standingBook/standingBook.less
View file @
5946c5ef
...
...
@@ -331,8 +331,9 @@
}
}
.formData{
height:
38rem
;
height:
calc(100vh - 170px)
;
overflow-y: scroll;
padding-right: 20px;
.ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before{
display: none;
}
...
...
src/routes/config.js
View file @
5946c5ef
...
...
@@ -18,7 +18,7 @@ import RequestTest from '../pages/testPages/request';
import
InitDataBase
from
'../pages/database/InitDataBase'
;
import
ManagementDataBase
from
'../pages/database/ManagementDataBase'
;
import
DatabaseConnectConfig
from
'@/pages/database/databaseConfig/DatabaseConfig'
;
import
CurrentSolution
from
'@/pages/
database
/CurrentSolution'
;
import
CurrentSolution
from
'@/pages/
currentSolution
/CurrentSolution'
;
import
UserManage
from
'../pages/userCenter/userManage/UserManage'
;
import
RoleManage
from
'@/pages/userCenter/roleManage/RoleManage'
;
import
SiteManage
from
'../pages/userCenter/siteManage/SiteManage'
;
...
...
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