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
da9037e2
authored
2023-03-30 11:22:03 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style: 个人信息
1 parent
8244914a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
10 deletions
src/styles/sbSidebar.scss
src/views/system/information/index.vue
src/styles/sbSidebar.scss
View file @
da9037e
...
...
@@ -72,7 +72,9 @@
&
:hover
{
color
:
$subMenuActiveText
!
important
;
@include
font_color
(
"submenuColor"
);
border-right
:
5px
solid
#36CEB6
;
@include
background_color
(
"submenuBg"
);
box-sizing
:
border-box
;
.svg-icon
,
i
,
...
...
@@ -92,6 +94,8 @@
&
:hover
{
@include
font_color
(
"submenuColor"
);
@include
background_color
(
"submenuBg"
);
border-right
:
5px
solid
#36CEB6
;
box-sizing
:
border-box
;
.svg-icon
{
color
:
#1ea6f8
!
important
;
...
...
@@ -108,7 +112,7 @@
@include
background_color
(
"submenuBg"
);
@include
font_color
(
"submenuColor"
);
border-right
:
5px
solid
#36CEB6
;
box-sizing
:
border-box
;
.svg-icon
{
color
:
#1ea6f8
!
important
;
}
...
...
src/views/system/information/index.vue
View file @
da9037e
<!--
* @Author: xiaomiao 1158771342@qq.com
* @Date: 2023-03-09 20:54:28
* @LastEditors:
xiaomiao 1158771342@qq.com
* @LastEditTime: 2023-03-
27 14:26
:49
* @LastEditors:
Please set LastEditors
* @LastEditTime: 2023-03-
30 11:21
:49
* @FilePath: \上报\bdcjg-web\src\views\system\information\index.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
...
...
@@ -10,7 +10,7 @@
<div
class=
"information from-clues"
>
<div
class=
"from-clues-header"
>
<el-form
ref=
"ruleForm"
label-width=
"100px"
>
<el-form-item
v-if=
"BASE_API.THEME
==
'jg'"
>
<el-form-item
v-if=
"BASE_API.THEME
==
'jg'"
>
<Breadcrumb
/>
</el-form-item>
<el-row
class=
"mb-5"
>
...
...
@@ -25,7 +25,7 @@
</el-row>
</el-form>
</div>
<div
class=
"from-clues-content
boxin
"
>
<div
class=
"from-clues-content"
>
<div
class=
"contentbox"
>
<base-set
v-if=
"isshow"
:userInfo=
"userData"
/>
<password-edit
v-if=
"!isshow"
:userInfo=
"userData"
/>
...
...
@@ -34,10 +34,10 @@
</div>
</
template
>
<
script
>
import
"@/utils/flexible.js"
;
import
BaseSet
from
"./base-set.vue"
;
import
PasswordEdit
from
"./password-edit.vue"
;
export
default
{
import
"@/utils/flexible.js"
;
import
BaseSet
from
"./base-set.vue"
;
import
PasswordEdit
from
"./password-edit.vue"
;
export
default
{
components
:
{
BaseSet
,
PasswordEdit
,
...
...
@@ -63,9 +63,20 @@
this
.
isshow
=
false
;
},
},
};
};
</
script
>
<
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