Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
7d7f0699
Commit
7d7f0699
authored
Jan 12, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:修改登录页样式
parent
7867872e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
base-manager-ui/admin/src/pages/basicset/surface/modal/AddSurface.vue
...-ui/admin/src/pages/basicset/surface/modal/AddSurface.vue
+1
-1
portal-manager-ui/admin/src/views/signIn/signIn.vue
portal-manager-ui/admin/src/views/signIn/signIn.vue
+2
-2
No files found.
base-manager-ui/admin/src/pages/basicset/surface/modal/AddSurface.vue
View file @
7d7f0699
...
...
@@ -409,7 +409,7 @@ export default {
type
:
"
image/jpeg
"
,
});
const
formData
=
new
FormData
();
formData
.
append
(
"
file
"
,
blob
,
Date
.
now
()
+
"
.
jp
g
"
);
formData
.
append
(
"
file
"
,
blob
,
Date
.
now
()
+
"
.
pn
g
"
);
let
res
=
await
uploadFile
(
formData
);
let
{
code
}
=
res
.
data
;
if
(
code
===
1
)
{
...
...
portal-manager-ui/admin/src/views/signIn/signIn.vue
View file @
7d7f0699
...
...
@@ -125,7 +125,7 @@ export default {
margin-bottom: 5px;
margin-top: 8px;
}
:deep(.ant-col-offset-4)
{
/deep/.ant-col-offset-4
{
width: 100%;
margin: auto;
}
...
...
@@ -133,7 +133,7 @@ export default {
// .backstage {
// margin-right: 30px;
// }
:deep(.ant-form-item-control)
{
/deep/.ant-form-item-control
{
width: 420px !important;
margin: auto;
...
...
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