Commit 15729245 authored by 夏敏伟's avatar 夏敏伟

修改样式

parent b79d2b8b
...@@ -1135,45 +1135,61 @@ export default { ...@@ -1135,45 +1135,61 @@ export default {
width: 100%; width: 100%;
height: calc(100% - 50px); height: calc(100% - 50px);
.el-table tr { .el-table tr {
background-color: #1d2d46 !important; background-color: transparent !important;
color: #ffffffc7; color: #ffffffc7;
font-size: 14px;
} }
.el-table thead tr {
height: 40px;
background: url(../../assets/img/setting/tr1.png) no-repeat;
background-size: 100% 100%;
}
.el-table th{
background-color: transparent;
}
tbody tr {
border-bottom: 1px solid #252631;
}
.el-table td { .el-table td {
border-bottom: 1px solid #127a89; border-bottom: 1px solid #252631;
border-right: unset; border-right: unset;
} }
.el-table--enable-row-hover .el-table__body tr:hover > td {
.el-table--enable-row-hover .el-table__body tr:hover>td {
background-color: #82848a78; background-color: #82848a78;
} }
.el-table th { .el-table th {
border: unset; border: unset;
background-color: #263b5d !important; // background-color: #263b5d !important;
} }
.el-table--fit { .el-table--fit {
background: none !important; background: none !important;
border: unset; border: unset;
} }
.el-icon-delete-solid { .el-icon-delete-solid {
color: red; color: red;
cursor: pointer; cursor: pointer;
font-size: 18px; font-size: 18px;
} }
.el-icon-download {
color: #1172d8;
cursor: pointer;
font-size: 20px;
}
.el-icon-edit { .el-icon-edit {
color: #1172d8; color: #1172d8;
cursor: pointer; cursor: pointer;
font-size: 20px; font-size: 20px;
} }
.el-icon-view { .el-icon-view {
color: #00ffff; color: #00ffff;
font-size: 20px; font-size: 20px;
cursor: pointer; cursor: pointer;
} }
.el-table--group::after, .el-table--group::after,
.el-table--border::after, .el-table--border::after,
.el-table::before { .el-table::before {
......
This diff is collapsed.
...@@ -2187,54 +2187,62 @@ export default { ...@@ -2187,54 +2187,62 @@ export default {
font-size: 14px; font-size: 14px;
} }
.el-table tr { .el-table tr {
background-color: #233450 !important; background-color: transparent !important;
color: #ffffffc7; color: #ffffffc7;
} }
.el-table td {
border-bottom: 1px solid #5959599c; .el-table thead tr {
border-right: unset; background: url(../../assets/img/setting/tr1.png) no-repeat;
background-size: 100% 100%;
}
.el-table th {
padding: 5px; padding: 5px;
.cell { background-color: transparent;
font-size: 12px; }
tbody tr {
border-bottom: 1px solid #252631;
} }
.el-table td {
border-bottom: 1px solid #252631;
border-right: unset;
} }
.el-table--enable-row-hover .el-table__body tr:hover > td {
.el-table--enable-row-hover .el-table__body tr:hover>td {
background-color: #82848a78; background-color: #82848a78;
} }
.el-table th { .el-table th {
border: unset;
background-color: #293f63b0 !important;
padding: 5px; padding: 5px;
font-size: 13px; border: unset;
letter-spacing: 2px; // background-color: #263b5d !important;
} }
.el-table--fit { .el-table--fit {
background: none !important; background: none !important;
border: unset; border: unset;
.el-table__empty-block {
height: 100px !important;
}
} }
.el-icon-delete-solid { .el-icon-delete-solid {
color: red; color: red;
cursor: pointer; cursor: pointer;
font-size: 18px; font-size: 18px;
} }
.el-icon-download {
color: #1172d8;
cursor: pointer;
font-size: 20px;
}
.el-icon-edit { .el-icon-edit {
color: #1172d8; color: #1172d8;
cursor: pointer; cursor: pointer;
font-size: 20px; font-size: 20px;
} }
.el-icon-view { .el-icon-view {
color: #00ffff; color: #00ffff;
font-size: 20px; font-size: 20px;
cursor: pointer; cursor: pointer;
} }
.el-table--group::after, .el-table--group::after,
.el-table--border::after, .el-table--border::after,
.el-table::before { .el-table::before {
...@@ -2422,39 +2430,62 @@ export default { ...@@ -2422,39 +2430,62 @@ export default {
text-align: center; text-align: center;
} }
.el-table tr { .el-table tr {
background-color: #1d2d46 !important; background-color: transparent !important;
color: #ffffffc7; color: #ffffffc7;
} }
.el-table thead tr {
background: url(../../assets/img/setting/tr1.png) no-repeat;
background-size: 100% 100%;
}
.el-table th {
padding: 5px;
background-color: transparent;
}
tbody tr {
border-bottom: 1px solid #252631;
}
.el-table td { .el-table td {
border-bottom: 1px solid #127a89; border-bottom: 1px solid #252631;
border-right: unset; border-right: unset;
} }
.el-table__body tr:hover > td {
background-color: #00000000; .el-table--enable-row-hover .el-table__body tr:hover>td {
background-color: #82848a78;
} }
.el-table th { .el-table th {
padding: 5px;
border: unset; border: unset;
background-color: #263b5d !important; // background-color: #263b5d !important;
} }
.el-table--fit { .el-table--fit {
background: none !important; background: none !important;
border: unset; border: unset;
} }
.el-icon-delete-solid { .el-icon-delete-solid {
color: red; color: red;
cursor: pointer; cursor: pointer;
font-size: 18px; font-size: 18px;
} }
.el-icon-edit { .el-icon-edit {
color: #1172d8; color: #1172d8;
cursor: pointer; cursor: pointer;
font-size: 20px; font-size: 20px;
} }
.el-icon-delete {
color: red; .el-icon-view {
color: #00ffff;
font-size: 20px; font-size: 20px;
cursor: pointer; cursor: pointer;
} }
.el-table--group::after, .el-table--group::after,
.el-table--border::after, .el-table--border::after,
.el-table::before { .el-table::before {
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -273,14 +273,8 @@ export default { ...@@ -273,14 +273,8 @@ export default {
noteNum() { noteNum() {
return this.$store.getters.noteNum; return this.$store.getters.noteNum;
}, },
activeIndex: { activeIndex() {
get() {
return this.$store.getters.activeIndex; return this.$store.getters.activeIndex;
},
set() {
}
} }
}, },
created() { created() {
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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