Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
0b1028f9
authored
2023-03-30 11:23:38 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:菜单配置
1 parent
da9037e2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
11 deletions
src/styles/sbPublic.scss
src/views/system/information/index.vue
src/styles/sbPublic.scss
View file @
0b1028f
...
...
@@ -782,6 +782,18 @@
}
}
// 个人信息
.information
{
height
:
calc
(
100%
-
58px
);
display
:
flex
;
flex-direction
:
column
;
.from-clues-content
{
flex
:
1
;
height
:
100%
;
}
}
// 修改基本信息界面样式
.informationbase
{
margin
:
0
.1875rem
1
.0417rem
;
...
...
src/views/system/information/index.vue
View file @
0b1028f
...
...
@@ -68,15 +68,4 @@ export default {
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
.information
{
height
:
calc
(
100%
-
58px
);
display
:
flex
;
flex-direction
:
column
;
}
.from-clues-content
{
flex
:
1
;
height
:
100%
;
}
</
style
>
...
...
Please
register
or
sign in
to post a comment