Commit 5e506c41 authored by baixian's avatar baixian

优化

parent 722bc1c8
image/menu/class.png

568 Bytes | W: | H:

image/menu/class.png

646 Bytes | W: | H:

image/menu/class.png
image/menu/class.png
image/menu/class.png
image/menu/class.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -52,7 +52,7 @@ export default {
height: '20px',
},
activeurl: `${__IMGCDN__}menu/classactive.png`,
notactiveurl: `${__IMGCDN__}menu/class.png`,
notactiveurl: `${__IMGCDN__}menu/class.png?v=1`,
path: '/sjd/classmgt',
relativePath: ['/sjd/classmgt', '/sjd/classdetail/:classid', '/sjd/newtheme/jobclock/:id', '/sjd/newtheme/calendarclock/:id', '/sjd/newtheme/jobclock/:id/:isCopy', '/sjd/newtheme/calendarclock/:id/:isCopy', '/sjd/thememgt/:classid', '/sjd/clockmgt/:themetype/:classid/:themeid', '/sjd/classdetail/studentinfo/:id'],
},
......
.header{
transition: all 0.2s;
box-shadow:0px 1px 2px 0px rgba(0,21,41,0.12);
}
.trigger {
font-size: 18px;
......
......@@ -109,4 +109,33 @@ ul{
}
li{
list-style: none;
}
\ No newline at end of file
}
:global {
.ant-table{
::-webkit-scrollbar
{
width: 10px;
height: 10px;
border-radius: 5px;
background-color: #fff;
}
::-webkit-scrollbar-track
{
border-radius: 0px;
background: none;
}
::-webkit-scrollbar-thumb
{
border-radius: 5px;
//-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
background-color: rgba(204, 204, 204,1);
}
/*滑块效果*/
::-webkit-scrollbar-thumb:hover
{
border-radius: 5px;
//-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
background-color: rgba(204, 204, 204,1);
}
}
}
......@@ -162,7 +162,7 @@ export default {
},
* goDeadlineStudent({ payload }, { call, put, select }) {
const { studentListQueryParams } = yield select(state => state.students);
studentListQueryParams.min_time = 3;
studentListQueryParams.min_time = 1;
studentListQueryParams.assign_class_status = '';
studentListQueryParams.birthday_start = '';
studentListQueryParams.birthday_end = '';
......
......@@ -271,11 +271,6 @@ export default {
});
}
if (pathname === '/sjd/student') {
dispatch({
type: 'students/pageInit',
payload: {
},
});
dispatch({
type: 'students/queryinfo',
payload: {
......@@ -462,9 +457,9 @@ export default {
});
}
if (pathname == '/sjd/classmgt') {
dispatch({
type: 'classmgt/pageInit',
});
// dispatch({
// type: 'classmgt/pageInit',
// });
dispatch({
type: 'classmgt/queryinfo',
});
......
......@@ -39,8 +39,8 @@
.tablebox {
background: #fff;
:global {
.ant-table {
border-bottom: 1px solid #E8E8E8;
.ant-table-fixed {
border-bottom: 1px solid #E8E8E8 !important;
}
.ant-table tbody tr:nth-child(2n) {
background-color: #FBFBFB;
......@@ -140,6 +140,7 @@
justify-content: space-between;
padding-left: 14px;
padding-right: 14px;
margin-top: 10px;
.tablefooterstatic {
color:rgba(0,0,0,0.65);
font-size: 14px;
......
......@@ -97,6 +97,7 @@
}
.tablefooterbox {
padding: 12px 0 12px 0;
margin-top: 10px;
.tablefooterstatic {
font-size: 16px;
color: #555555;
......
......@@ -42,8 +42,8 @@
.tablebox {
padding: 18px 20px 0 20px;
:global {
.ant-table {
border-bottom: 1px solid #E8E8E8;
.ant-table-fixed {
border-bottom: 1px solid #E8E8E8 !important;
}
.ant-table tbody tr:nth-child(2n) {
background-color: #FBFBFB;
......
......@@ -89,7 +89,7 @@
// height: 1000px;
background: #fff;
margin-bottom: 20px;
border-radius: 6px;
border-radius: 2px;
box-shadow:0px 6px 24px 0px rgba(0,0,0,0.08);
}
......
......@@ -12,7 +12,8 @@
.tablebox {
background: #fff;
:global {
.ant-table {
.ant-table-fixed {
border: 1px solid #E8E8E8;
}
.ant-table tbody tr:nth-child(2n) {
......@@ -50,6 +51,7 @@
justify-content: space-between;
padding-left: 14px;
padding-right: 14px;
margin-top: 10px;
.tablefooterstatic {
color:rgba(0,0,0,0.65);
font-size: 14px;
......
......@@ -7,8 +7,9 @@
padding: 20px 0;
background: #fff;
:global {
.ant-table {
.ant-table-fixed {
border: 1px solid #E8E8E8;
border-bottom: none;
}
.ant-table tbody tr:nth-child(2n) {
background-color: #FBFBFB;
......
......@@ -57,8 +57,8 @@
padding: 0px 34px 0;
background: #fff;
:global {
.ant-table {
border-bottom: 1px solid #E8E8E8;
.ant-table-fixed {
border-bottom: 1px solid #E8E8E8 !important;
}
.ant-table tbody tr:nth-child(2n) {
background-color: #FBFBFB;
......@@ -401,6 +401,7 @@
justify-content: space-between;
padding-left: 14px;
padding-right: 14px;
margin-top: 10px;
.tablefooterstatic {
color:rgba(0,0,0,0.65);
font-size: 14px;
......
......@@ -163,6 +163,7 @@
}
}
.tablefooterbox {
margin-top: 10px;
padding: 12px 0 12px 0;
.tablefooterstatic {
font-size: 16px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment