mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 02:46:45 +08:00
style:背景颜色,默认返回页
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
<div class="main">
|
<div class="main">
|
||||||
<div class="left">
|
<div class="left">
|
||||||
<div class="tabs">
|
<div class="tabs">
|
||||||
<a-tabs v-model:activeKey="activeKey">
|
<a-tabs v-model:activeKey="stuaddTab" @change="stuaddChange">
|
||||||
<a-tab-pane key="1" tab="快速选人">
|
<a-tab-pane key="1" tab="快速选人">
|
||||||
<div class="tab1">
|
<div class="tab1">
|
||||||
<div class="nameinp">
|
<div class="nameinp">
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
:data-source="tabledata"
|
:data-source="tabledata"
|
||||||
:loading="tableDataTotal === -1 ? true : false"
|
:loading="tableDataTotal === -1 ? true : false"
|
||||||
expandRowByClick="true"
|
expandRowByClick="true"
|
||||||
:scroll="{ x: 560, y: 560 }"
|
:scroll="{ x: 540, y: 560 }"
|
||||||
@expand="expandTable"
|
@expand="expandTable"
|
||||||
:pagination="false"
|
:pagination="false"
|
||||||
:row-selection="{
|
:row-selection="{
|
||||||
@@ -201,6 +201,7 @@ export default {
|
|||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
currentPage: 1,
|
currentPage: 1,
|
||||||
tableDataTotal: 50,
|
tableDataTotal: 50,
|
||||||
|
stuaddTab: "1",
|
||||||
organizeList: [
|
organizeList: [
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
@@ -392,6 +393,10 @@ export default {
|
|||||||
width: 40,
|
width: 40,
|
||||||
align: "center",
|
align: "center",
|
||||||
className: "h",
|
className: "h",
|
||||||
|
sorter: {
|
||||||
|
compare: (a, b) => a.time - b.time,
|
||||||
|
multiple: 3,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "人数",
|
title: "人数",
|
||||||
@@ -421,8 +426,13 @@ export default {
|
|||||||
});
|
});
|
||||||
const closeDrawer = () => {
|
const closeDrawer = () => {
|
||||||
ctx.emit("update:Stuvisible", false);
|
ctx.emit("update:Stuvisible", false);
|
||||||
|
state.stuaddTab = "1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const stuaddChange = (e) => {
|
||||||
|
state.stuaddTab = e;
|
||||||
|
}
|
||||||
|
|
||||||
const afterVisibleChange = (bool) => {
|
const afterVisibleChange = (bool) => {
|
||||||
console.log("state", bool);
|
console.log("state", bool);
|
||||||
};
|
};
|
||||||
@@ -432,6 +442,7 @@ export default {
|
|||||||
afterVisibleChange,
|
afterVisibleChange,
|
||||||
closeDrawer,
|
closeDrawer,
|
||||||
// change,
|
// change,
|
||||||
|
stuaddChange,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
@@ -439,6 +450,9 @@ export default {
|
|||||||
|
|
||||||
<style scoped lang="scss" >
|
<style scoped lang="scss" >
|
||||||
.stuadd {
|
.stuadd {
|
||||||
|
.ant-pagination-options {
|
||||||
|
margin-top: 10px !important;
|
||||||
|
}
|
||||||
.ant-drawer-content-wrapper {
|
.ant-drawer-content-wrapper {
|
||||||
// max-width: 1000px;
|
// max-width: 1000px;
|
||||||
.ant-drawer-header {
|
.ant-drawer-header {
|
||||||
|
|||||||
@@ -75,11 +75,7 @@
|
|||||||
<div
|
<div
|
||||||
class="taskbox"
|
class="taskbox"
|
||||||
style="
|
style="
|
||||||
background: linear-gradient(
|
background: linear-gradient(180deg,#DDEAFF,#F0F8FE);
|
||||||
180deg,
|
|
||||||
rgba(221, 234, 255, 1),
|
|
||||||
rgba(240, 248, 254, 1)
|
|
||||||
);
|
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<div class="leftt">
|
<div class="leftt">
|
||||||
@@ -100,11 +96,7 @@
|
|||||||
class="taskbox"
|
class="taskbox"
|
||||||
@click="showModal"
|
@click="showModal"
|
||||||
style="
|
style="
|
||||||
background: linear-gradient(
|
background: linear-gradient(180deg,#E5F6EC,#EEF9F3);
|
||||||
180deg,
|
|
||||||
rgba(229, 246, 236, 1),
|
|
||||||
rgba(238, 249, 243, 1)
|
|
||||||
);
|
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<div class="leftt">
|
<div class="leftt">
|
||||||
@@ -1426,7 +1418,7 @@ export default {
|
|||||||
checked2: false,
|
checked2: false,
|
||||||
checkedd: false, //设置按钮1
|
checkedd: false, //设置按钮1
|
||||||
checkedd2: false, //设置按钮2
|
checkedd2: false, //设置按钮2
|
||||||
activeKey: "3",
|
activeKey: "1",
|
||||||
activeKey1: "8",
|
activeKey1: "8",
|
||||||
valueName: "", //排行榜输入姓名
|
valueName: "", //排行榜输入姓名
|
||||||
valueDate: "", //排行榜输入日期
|
valueDate: "", //排行榜输入日期
|
||||||
@@ -1792,6 +1784,13 @@ export default {
|
|||||||
.ant-modal {
|
.ant-modal {
|
||||||
.ant-modal-body {
|
.ant-modal-body {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
.modalHeader {
|
||||||
|
background: linear-gradient(
|
||||||
|
0deg,
|
||||||
|
rgba(78, 166, 255, 0) 0%,
|
||||||
|
rgba(78, 166, 255, 0.2) 100%
|
||||||
|
);
|
||||||
|
}
|
||||||
.modalMain {
|
.modalMain {
|
||||||
.projectname {
|
.projectname {
|
||||||
color: rgba(79, 81, 86, 1);
|
color: rgba(79, 81, 86, 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user