Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
aafdd9a8
Commit
aafdd9a8
authored
Dec 18, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
a02a932d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
19 deletions
+15
-19
achievements.vue
src/pages/course/achievements.vue
+14
-18
classHourReward.vue
src/pages/course/classHourReward.vue
+1
-1
No files found.
src/pages/course/achievements.vue
View file @
aafdd9a8
...
@@ -7,7 +7,6 @@
...
@@ -7,7 +7,6 @@
</q-tabs>
</q-tabs>
<div
class=
"page-search row items-center"
>
<div
class=
"page-search row items-center"
>
<div
class=
"col row wrap q-mr-lg q-col-gutter-md"
>
<div
class=
"col row wrap q-mr-lg q-col-gutter-md"
>
<div
class=
"col-3"
>
<div
class=
"col-3"
>
<q-select
@
input=
"resetSearch"
standout=
"bg-primary text-white"
option-value=
"SId"
option-label=
"SName"
<q-select
@
input=
"resetSearch"
standout=
"bg-primary text-white"
option-value=
"SId"
option-label=
"SName"
v-model=
"msg.School_Id"
:options=
"schoolList"
emit-value
map-options
label=
"所属校区"
/>
v-model=
"msg.School_Id"
:options=
"schoolList"
emit-value
map-options
label=
"所属校区"
/>
...
@@ -28,7 +27,7 @@
...
@@ -28,7 +27,7 @@
<q-select
@
input=
"resetSearch"
standout=
"bg-primary text-white"
option-value=
"Id"
option-label=
"Name"
<q-select
@
input=
"resetSearch"
standout=
"bg-primary text-white"
option-value=
"Id"
option-label=
"Name"
v-model=
"msg.PerfState"
:options=
"StateList2"
emit-value
map-options
label=
"状态"
/>
v-model=
"msg.PerfState"
:options=
"StateList2"
emit-value
map-options
label=
"状态"
/>
</div>
</div>
<div
class=
"col-3"
v-if=
"msg.Q_IsComfirm==1"
>
<div
class=
"col-3
Sysuser_Date
"
v-if=
"msg.Q_IsComfirm==1"
>
<q-field
filled
>
<q-field
filled
>
<template
v-slot:control
>
<template
v-slot:control
>
<el-date-picker
v-model=
"dateList2"
@
change=
"resetSearch()"
value-format=
"yyyy-MM-dd"
type=
"daterange"
style=
"border:none;"
<el-date-picker
v-model=
"dateList2"
@
change=
"resetSearch()"
value-format=
"yyyy-MM-dd"
type=
"daterange"
style=
"border:none;"
...
@@ -37,11 +36,11 @@
...
@@ -37,11 +36,11 @@
</
template
>
</
template
>
</q-field>
</q-field>
</div>
</div>
<div
class=
"col-3"
v-if=
"msg.Q_IsComfirm==2"
>
<div
class=
"col-3
Sysuser_Date
"
v-if=
"msg.Q_IsComfirm==2"
>
<q-field
filled
>
<q-field
filled
class=
"col-6"
>
<
template
v-slot:control
>
<
template
v-slot:control
>
<el-date-picker
v-model=
"dateList"
@
change=
"resetSearch()"
value-format=
"yyyy-MM-dd"
type=
"daterange"
style=
"border:none;"
<el-date-picker
v-model=
"dateList"
@
change=
"resetSearch()"
value-format=
"yyyy-MM-dd"
type=
"daterange"
style=
"border:none;"
range-separator=
"至"
start-placeholder=
"结课开始时间"
end-placeholder=
"结课结束时间"
>
range-separator=
"至"
start-placeholder=
"结课开始时间"
end-placeholder=
"结课结束时间"
>
</el-date-picker>
</el-date-picker>
</
template
>
</
template
>
</q-field>
</q-field>
...
@@ -541,18 +540,9 @@
...
@@ -541,18 +540,9 @@
}
}
</
script
>
</
script
>
<
style
scoped
>
<
style
>
li
{
list-style-type
:
none
;
}
.achievements
.el-input__inner
{
background-color
:
transparent
;
}
.achievements
.el-range-editor
.el-range-input
{
background-color
:
transparent
;
}
.achievements
ul
{
padding
:
0px
}
.achievements
ul
{
padding
:
0px
}
.achievements
li
{
background
:
rgba
(
221
,
222
,
224
,
0.2
);
border-radius
:
4px
;
margin-top
:
15px
}
.achievements
ul
li
{
background
:
rgba
(
221
,
222
,
224
,
0.2
);
border-radius
:
4px
;
margin-top
:
15px
;
list-style-type
:
none
}
.achievements
li
.List-title
{
font-size
:
16px
;
color
:
#111111
;
font-weight
:
bold
;
margin-bottom
:
10px
}
.achievements
li
.List-title
{
font-size
:
16px
;
color
:
#111111
;
font-weight
:
bold
;
margin-bottom
:
10px
}
.achievements
li
.d-div
{
margin-top
:
5px
;
align-items
:
center
;
font-size
:
14px
}
.achievements
li
.d-div
{
margin-top
:
5px
;
align-items
:
center
;
font-size
:
14px
}
.achievements
li
.dline
{
display
:
table
;
width
:
100%
;
display
:
flex
;
flex-direction
:
row
}
.achievements
li
.dline
{
display
:
table
;
width
:
100%
;
display
:
flex
;
flex-direction
:
row
}
...
@@ -563,7 +553,6 @@
...
@@ -563,7 +553,6 @@
.achievements
li
.d1
.di-title
{
font-size
:
16px
;
color
:
#111111
;}
.achievements
li
.d1
.di-title
{
font-size
:
16px
;
color
:
#111111
;}
.achievements
li
.d1
.di-c
{
font-size
:
14px
;
display
:
flex
;
align-items
:
center
;
line-height
:
28px
;
color
:
#111111
}
.achievements
li
.d1
.di-c
{
font-size
:
14px
;
display
:
flex
;
align-items
:
center
;
line-height
:
28px
;
color
:
#111111
}
.achievements
li
.d6
{
padding
:
20px
;
width
:
100%
;
height
:
inherit
;
position
:
relative
;
border-top
:
1px
solid
#DDDEE0
}
.achievements
li
.d6
{
padding
:
20px
;
width
:
100%
;
height
:
inherit
;
position
:
relative
;
border-top
:
1px
solid
#DDDEE0
}
/*.achievements li .d2 div{margin: 10px 0;font-size: 14px;color: #111111;}*/
.achievements
li
.d2-n
{
font-size
:
12px
;
color
:
#999999
;
display
:
inline-block
;
width
:
80px
}
.achievements
li
.d2-n
{
font-size
:
12px
;
color
:
#999999
;
display
:
inline-block
;
width
:
80px
}
.achievements
li
.d3
.d3-s
{
color
:
#f5576c
;
font-weight
:
bold
}
.achievements
li
.d3
.d3-s
{
color
:
#f5576c
;
font-weight
:
bold
}
.achievements
.d5-item
{
padding
:
3px
10px
;
background
:
#EEEEEF
;
color
:
#111111
;
align-items
:
center
;
justify-content
:
center
;
border-radius
:
4px
}
.achievements
.d5-item
{
padding
:
3px
10px
;
background
:
#EEEEEF
;
color
:
#111111
;
align-items
:
center
;
justify-content
:
center
;
border-radius
:
4px
}
...
@@ -588,5 +577,12 @@
...
@@ -588,5 +577,12 @@
font-size
:
12px
;
font-size
:
12px
;
border
:
1px
solid
#E5E5E5
;
border
:
1px
solid
#E5E5E5
;
}
}
.Sysuser_Date
.el-range-editor
.el-range-input
{
background-color
:
transparent
;
}
.Sysuser_Date
.el-range-editor.el-input__inner
{
background-color
:
transparent
;
}
</
style
>
</
style
>
src/pages/course/classHourReward.vue
View file @
aafdd9a8
...
@@ -485,7 +485,7 @@
...
@@ -485,7 +485,7 @@
}
}
</
script
>
</
script
>
<
style
scoped
>
<
style
>
.classHourReward
.Sysuser_Date
.el-input--prefix
.el-input__inner
{
.classHourReward
.Sysuser_Date
.el-input--prefix
.el-input__inner
{
background-color
:
red
;
background-color
:
red
;
border
:
0
;
border
:
0
;
...
...
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