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

修改样式

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