Merge branch 'Lvtianfang' of http://39.101.188.84:7000/suzhou-jichuang-lanhai/jin_ji_hu
commit
e0057b7d03
After Width: | Height: | Size: 1.3 KiB |
@ -0,0 +1,96 @@
|
|||||||
|
.L-public-main {
|
||||||
|
padding: 6px 6px 39px 6px;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
.L-main {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
padding: 24px 24px 43px 24px;
|
||||||
|
background-color: #fff;
|
||||||
|
header {
|
||||||
|
margin-bottom: 25px;
|
||||||
|
.import-btn {
|
||||||
|
padding: 1px 5px;
|
||||||
|
span {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
.btn-img {
|
||||||
|
width: 15px;
|
||||||
|
margin: 5px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.el-table {
|
||||||
|
margin-bottom: 25px;
|
||||||
|
th {
|
||||||
|
font-family: PingFang-SC, PingFang-SC;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 14px;
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
font-family: PingFang-SC, PingFang-SC;
|
||||||
|
font-weight: 500;
|
||||||
|
font-size: 14px;
|
||||||
|
color: #666666;
|
||||||
|
}
|
||||||
|
.evenNumber-row {
|
||||||
|
background-color: #F6F9FD;
|
||||||
|
}
|
||||||
|
.table-status {
|
||||||
|
p {
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
span {
|
||||||
|
&:nth-of-type(1) {
|
||||||
|
width: 6px;
|
||||||
|
height: 6px;
|
||||||
|
border-radius: 50%;
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.statusisOne {
|
||||||
|
span {
|
||||||
|
&:nth-of-type(1) {
|
||||||
|
background-color: #24D3A9;
|
||||||
|
}
|
||||||
|
&:nth-of-type(2) {
|
||||||
|
color: #24D3A9;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.statusisTwo {
|
||||||
|
span {
|
||||||
|
&:nth-of-type(1) {
|
||||||
|
background-color: #134EE6;
|
||||||
|
}
|
||||||
|
&:nth-of-type(2) {
|
||||||
|
color: #134EE6;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.table-operation {
|
||||||
|
span {
|
||||||
|
cursor: pointer;
|
||||||
|
&:nth-of-type(1) {
|
||||||
|
color: #192A92;
|
||||||
|
margin-right: 15px;
|
||||||
|
}
|
||||||
|
&:nth-of-type(2) {
|
||||||
|
color: #C51717;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.el-pagination {
|
||||||
|
.btn-prev,.btn-next {
|
||||||
|
padding: 0 13px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,13 @@
|
|||||||
|
<template>
|
||||||
|
<h1>详情</h1>
|
||||||
|
</template>
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
}
|
||||||
|
},
|
||||||
|
methods:{
|
||||||
|
},
|
||||||
|
}
|
||||||
|
</script>
|
Loading…
Reference in new issue