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
d0190f23
Commit
d0190f23
authored
Aug 30, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改根字体大小
parent
45bf7582
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
portal-manager-ui/admin/src/views/thePlatformIsSet/index.css
portal-manager-ui/admin/src/views/thePlatformIsSet/index.css
+1
-1
portal-manager-ui/admin/src/views/thePlatformIsSet/setPlatformes.vue
...ger-ui/admin/src/views/thePlatformIsSet/setPlatformes.vue
+5
-1
No files found.
portal-manager-ui/admin/src/views/thePlatformIsSet/index.css
View file @
d0190f23
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
}
}
}
}
html
{
html
{
font-size
:
var
(
--base-font-size
);
font-size
:
var
(
--base-font-size
);
}
}
...
...
portal-manager-ui/admin/src/views/thePlatformIsSet/setPlatformes.vue
View file @
d0190f23
...
@@ -3206,12 +3206,16 @@ export default {
...
@@ -3206,12 +3206,16 @@ export default {
this
.
$router
.
push
(
url
);
this
.
$router
.
push
(
url
);
},
},
},
},
beforeDestroy
()
{
// 重置根字体大小
let
root
=
document
.
documentElement
;
root
.
style
.
fontSize
=
"
16px
"
;
},
};
};
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
>
@import "./index.css";
@import "./index.css";
@headerH: 4.5rem;
@headerH: 4.5rem;
.platform,
.platform,
.content,
.content,
.modal {
.modal {
...
...
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