Commit fbf24ad9 authored by 罗超's avatar 罗超

no message

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