Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-composition-api
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
宁路鹏
vue-composition-api
Commits
576f5060
Commit
576f5060
authored
Sep 05, 2023
by
唐玉峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优先入组
parent
7dcb084b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
4 deletions
+27
-4
src/assets/img/t29.png
+0
-0
src/views/outHistorygrouping.vue
+27
-4
No files found.
src/assets/img/t29.png
0 → 100644
View file @
576f5060
1.89 KB
src/views/outHistorygrouping.vue
View file @
576f5060
...
...
@@ -102,9 +102,8 @@
<div
class=
"outsetgrouping_centent"
>
<div
class=
"outsetgrouping_centent_totalnum"
v-for=
"(item, index) in CorePercents"
:key=
"index"
>
<div
class=
"outsetgrouping_centent_totalnum_left"
>
<div
class=
"outsetgrouping_centent_totalnum_left_radios"
>
<!--
<input
type=
"radio"
name=
"radios"
:value=
"item.id"
@
input=
"radios"
/>
-->
<el-button
class=
"outsetgrouping_button_Submitbtn"
size=
"mini"
type=
"primary"
@
click=
"submit(item.coreID)"
>
分组提交
</el-button>
<div
class=
"outsetgrouping_centent_totalnum_left_yxrz"
>
<div
class=
"dw"
v-if=
"item.isShow"
><img
src=
"../assets/img/t29.png"
alt=
""
/>
优先入组
</div>
</div>
<div
class=
"outsetgrouping_centent_totalnum_left_text"
>
...
...
@@ -194,6 +193,9 @@
</div>
</div>
</div>
<div
class=
"outsetgrouping_centent_totalnum_left_radios"
>
<el-button
class=
"outsetgrouping_button_Submitbtn"
size=
"mini"
type=
"primary"
@
click=
"submit(item.coreID)"
>
分组提交
</el-button>
</div>
</div>
<!--
<div
class=
"outsetgrouping_centent_totalnum_right"
>
<div
class=
"outsetgrouping_centent_totalnum_right_text1"
>
...
...
@@ -1128,8 +1130,29 @@ export default {
flex-direction
:
row
;
align-items
:
center
;
justify-content
:
center
;
&_yxrz
{
.dw
{
font-size
:
14px
;
color
:
#fff
;
height
:
25%
;
text-align
:
center
;
margin
:
0
10px
;
position
:
relative
;
letter-spacing
:
0.8em
;
writing-mode
:
vertical-rl
;
background
:
#27aae2
;
border-radius
:
40px
;
padding
:
0
8px
;
img
{
position
:
absolute
;
top
:
7px
;
left
:
7px
;
width
:
20px
;
}
}
}
&
_radios
{
width
:
8
%
;
width
:
6
%
;
height
:
30%
;
display
:
flex
;
justify-content
:
center
;
...
...
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