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