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
83795135
authored
2023-03-15 10:24:12 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:用户中心
1 parent
14d28100
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
src/views/statistics/nullTermRatio/index.vue
src/views/system/users/edit-dialog.vue
src/views/statistics/nullTermRatio/index.vue
View file @
8379513
...
...
@@ -157,5 +157,9 @@ export default {
//
引入表单整体样式
//
@import
"~@/styles/public.scss"
;
@import
"../css/index.scss"
;
/
deep
/
.el-table
thead
.is-group
th
.el-table__cell
{
height
:
14px
!important
;
}
</
style
>
...
...
src/views/system/users/edit-dialog.vue
View file @
8379513
<
template
>
<dialogBox
:title=
"title"
class=
"modifydialog"
@
closeDialog=
"close"
@
submitForm=
"submitForm"
v-model=
"myValue"
>
<dialogBox
:title=
"title"
class=
"modifydialog"
@
closeDialog=
"close"
:isMain=
"true"
@
submitForm=
"submitForm"
v-model=
"myValue"
>
<div
class=
"dialogCon"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
>
<el-row
:gutter=
"24"
>
...
...
@@ -79,7 +80,7 @@ export default {
},
data
()
{
return
{
myValue
:
fals
e
,
myValue
:
this
.
valu
e
,
form
:
{
sex
:
"0"
,
},
...
...
@@ -169,7 +170,7 @@ export default {
},
close
()
{
this
.
resetForm
()
this
.
visible
=
false
this
.
$emit
(
'input'
,
false
)
}
}
}
...
...
Please
register
or
sign in
to post a comment