Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
胡宝山
template_vue
Commits
ef3038d2
Commit
ef3038d2
authored
Mar 19, 2024
by
高宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改按钮样式
parent
c7b6bc86
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
19 deletions
+26
-19
templateFirst.vue
src/views/template/templateFirst.vue
+26
-19
No files found.
src/views/template/templateFirst.vue
View file @
ef3038d2
...
@@ -58,8 +58,10 @@
...
@@ -58,8 +58,10 @@
</div>
</div>
<div
class=
"right"
>
<div
class=
"right"
>
<el-form-item>
<el-form-item>
<el-button
class=
"scanCodeTop"
type=
"primary"
@
click=
"scanCodes"
><div
class=
"scanTest"
>
扫码
</div></el-button>
<div
class=
"scanAndPrint"
>
<el-button
class=
"printCodeTop"
type=
"primary"
v-print=
"printOption"
>
打印
</el-button>
<el-button
class=
"scanCodeTop"
type=
"primary"
@
click=
"scanCodes"
><div
class=
"scanTest"
>
扫码
</div></el-button>
<el-button
class=
"printCodeTop"
type=
"primary"
v-print=
"printOption"
><div
class=
"printTest"
>
打印
</div></el-button>
</div>
</el-form-item>
</el-form-item>
<el-form-item
label=
"rank:"
prop=
"jcRank"
>
<el-form-item
label=
"rank:"
prop=
"jcRank"
>
<el-input
<el-input
...
@@ -4170,25 +4172,30 @@ export default {
...
@@ -4170,25 +4172,30 @@ export default {
.right
{
.right
{
margin-left
:
6%
;
margin-left
:
6%
;
width
:
45%
;
width
:
45%
;
.scanAndPrint
{
.scanCodeTop
{
width
:
100%
;
width
:
40%
;
background
:
#0057ff
;
border-radius
:
4px
;
.scanTest
{
width
:
100%
;
display
:
flex
;
justify-content
:
center
;
}
}
.printCodeTop
{
width
:
22%
;
border-radius
:
4px
;
float
:
inline-end
;
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
space-between
;
.scanCodeTop
{
width
:
40%
;
background
:
#0057ff
;
border-radius
:
4px
;
.scanTest
{
width
:
100%
;
display
:
flex
;
justify-content
:
center
;
}
}
.printCodeTop
{
width
:
30%
;
border-radius
:
4px
;
.printTest
{
width
:
100%
;
display
:
flex
;
justify-content
:
center
;
}
}
}
}
::v-deep
.el-form-item__label
{
::v-deep
.el-form-item__label
{
width
:
100px
;
width
:
100px
;
height
:
18px
;
height
:
18px
;
...
...
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