Commit fbf24ad9 authored by 罗超's avatar 罗超

no message

parent f178807d
......@@ -21,7 +21,7 @@
position: sticky;
left: 0px;
}
/* .studentTracking td:nth-child(2) {
.studentTracking td:nth-child(2) {
background-color: #e6e6e6;
position: sticky;
left: 109px;
......@@ -32,13 +32,13 @@
position: sticky;
left: 218px;
border: 1px solid #d2d2d2;
} */
}
.studentTracking th:first-child {
position: sticky;
left: 0px;
}
/* .studentTracking th:nth-child(2) {
.studentTracking th:nth-child(2) {
position: sticky;
left: 109px;
border: 1px solid #d2d2d2;
......@@ -47,7 +47,7 @@
position: sticky;
left: 218px;
border: 1px solid #d2d2d2;
} */
}
.bj {
background-color: #A5A5A5;
}
......@@ -145,7 +145,7 @@
<th
v-for="(item, index) in titlelist"
:key="index"
:width="item.Id == 1 ? 120 : 200"
:width="item.Id == 1 ? 200 : 200"
>
{{ item.Name }}
</th>
......@@ -603,7 +603,7 @@ export default {
for (let i = 0; i < this.RListlength.length; i++) {
let obj = [
{
Name: "当月业绩",
Name: "业绩",
Id: 1,
index: i
},
......
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