Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-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
72dfe310
authored
2023-06-26 15:40:29 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
--no commit message
1 parent
fc3cc0b8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
src/views/djbworkflow/djbBook/components/qllxDailog.vue
src/views/djbworkflow/djbBook/components/qllxDailog.vue
View file @
72dfe31
...
...
@@ -11,7 +11,7 @@
:visible
.
sync=
"dialogVisible"
custom-class=
"insetDialog"
append-to-body
width=
"
50
%"
width=
"
31
%"
>
<!--
<el-radio-group
v-model=
"radio"
>
<el-radio-button
...
...
@@ -48,7 +48,6 @@ export default {
},
clicksss
(
el
){
console
.
log
(
"el"
,
el
);
this
.
qllx
=
el
},
handleSubmit
()
{
...
...
@@ -72,19 +71,22 @@ export default {
};
</
script
>
<
style
scoped
lang=
"scss"
>
@import
'~@/styles/public.scss'
;
.qllxdialog
{
margin-top
:
20
0px
;
margin-top
:
16
0px
;
/deep/.el-dialog__body
{
margin-top
:
10px
;
//
height
:
100px
;
padding
:
3
0px
;
padding
:
2
0px
;
}
.gettypebutton
{
cursor
:
pointer
;
margin-left
:
20px
;
width
:
250px
;
line-height
:
20px
;
background-color
:
#ebebeb
;
margin-top
:
1
0px
;
padding-left
:
1
0px
;
margin-top
:
2
0px
;
padding-left
:
2
0px
;
border-radius
:
2px
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
...
...
@@ -103,7 +105,7 @@ export default {
color
:
#ebebeb
;
}
.btn
{
margin
:
30px
;
margin
-top
:
30px
;
text-align
:
center
;
.el-button
{
margin-top
:
10px
;
...
...
Please
register
or
sign in
to post a comment