Commit b86844c0 authored by 王晓倩's avatar 王晓倩

巡检巡查页面调整

parent 069bc5a6
...@@ -77,7 +77,7 @@ export default { ...@@ -77,7 +77,7 @@ export default {
} }
.title { .title {
text-align: center; text-align: center;
font-size: 21px; font-size: 24px;
margin-bottom: 7px; margin-bottom: 7px;
} }
.two { .two {
...@@ -88,7 +88,7 @@ export default { ...@@ -88,7 +88,7 @@ export default {
> .right { > .right {
} }
> div { > div {
font-size: 14px; font-size: 16px;
flex: 1; flex: 1;
// display: flex; // display: flex;
// flex-direction: column; // flex-direction: column;
...@@ -129,7 +129,7 @@ export default { ...@@ -129,7 +129,7 @@ export default {
.third { .third {
text-align: center; text-align: center;
width: 213px; width: 213px;
margin-bottom: 30px; margin-bottom: 24px;
} }
.fifth { .fifth {
flex: 1; flex: 1;
...@@ -143,4 +143,4 @@ export default { ...@@ -143,4 +143,4 @@ export default {
} }
} }
} }
</style> </style>
\ No newline at end of file
...@@ -179,7 +179,7 @@ import Pipe from "./Pipe.vue"; ...@@ -179,7 +179,7 @@ import Pipe from "./Pipe.vue";
let arr = [ let arr = [
{ {
id: 1, id: 1,
name: "忠诚燃最最最最最做做气", name: "河北泽宏",
unt: 1, unt: 1,
type: 2, type: 2,
state: 3, state: 3,
...@@ -189,7 +189,7 @@ let arr = [ ...@@ -189,7 +189,7 @@ let arr = [
}, },
{ {
id: 2, id: 2,
name: "忠诚燃最最最最最做做气", name: "中诚然气",
unt: 1, unt: 1,
type: 2, type: 2,
state: 2, state: 2,
...@@ -199,7 +199,7 @@ let arr = [ ...@@ -199,7 +199,7 @@ let arr = [
}, },
{ {
id: 3, id: 3,
name: "忠诚燃最最最最最做做气", name: "中燃翔科",
unt: 2, unt: 2,
type: 3, type: 3,
state: 1, state: 1,
...@@ -209,136 +209,14 @@ let arr = [ ...@@ -209,136 +209,14 @@ let arr = [
}, },
{ {
id: 4, id: 4,
name: "忠诚燃最最最最最做做气", name: "中诚燃气3月份巡检-1",
unt: 2, unt: 2,
type: 1, type: 1,
state: 3, state: 3,
utl: 1, utl: 1,
value: ["2022-4-1", "2022-4-12"], value: ["2022-4-1", "2022-4-12"],
}, },
{
id: 5,
name: "忠诚燃最最最最最做做气",
unt: 1,
type: 3,
state: 3,
utl: 3,
value: ["2022-4-1", "2022-4-12"],
},
{
id: 6,
name: "忠诚燃最最最最最做做气",
unt: 1,
type: 2,
state: 3,
utl: 3,
value: ["2022-4-1", "2022-4-12"],
},
{
id: 7,
name: "忠诚燃最最最最最做做气",
unt: 1,
type: 1,
state: 2,
utl: 2,
value: ["2022-4-1", "2022-4-12"],
},
{
id: 8,
name: "忠诚燃最最最最最做做气",
unt: 1,
type: 3,
state: 2,
utl: 3,
},
{
id: 9,
name: "忠诚燃最最最最最做做气",
unt: 1,
type: 2,
state: 3,
utl: 2,
},
{
id: 10,
name: "忠诚燃最最最最最做做气",
unt: 1,
type: 2,
state: 3,
utl: 3,
},
{
id: 11,
name: "忠诚燃最最最最最做做气",
unt: 1,
type: 2,
state: 1,
utl: 2,
},
{
id: 12,
name: "忠诚燃最最最最最做做气",
unt: 1,
type: 1,
state: 3,
utl: 3,
},
{
id: 13,
name: "忠诚燃最最最最最做做气",
unt: 1,
type: 3,
state: 3,
utl: 4,
},
{
id: 14,
name: "忠诚燃最最最最最做做气",
unt: 1,
type: 3,
state: 1,
utl: 2,
},
{
id: 15,
name: "忠诚燃最最最最最做做气",
unt: 1,
type: 2,
state: 2,
utl: 4,
},
{
id: 16,
name: "忠诚燃最最最最最做做气",
unt: 1,
type: 3,
state: 3,
utl: 1,
},
{
id: 17,
name: "忠诚燃最最最最最做做气",
unt: 1,
type: 3,
state: 1,
utl: 3,
},
{
id: 18,
name: "忠诚燃最最最最最做做气",
unt: 1,
type: 3,
state: 4,
utl: 3,
},
{
id: 19,
name: "忠诚燃最最最最最做做气",
unt: 1,
type: 1,
state: 3,
utl: 3,
},
]; ];
export default { export default {
data() { data() {
...@@ -534,4 +412,4 @@ export default { ...@@ -534,4 +412,4 @@ export default {
} }
} }
} }
</style> </style>
\ No newline at end of file
...@@ -75,7 +75,7 @@ export default { ...@@ -75,7 +75,7 @@ export default {
.forEach((item, index) => { .forEach((item, index) => {
rich[`dataIndex${index}`] = item; rich[`dataIndex${index}`] = item;
}); });
return { return {
type: "pie", type: "pie",
radius: ["68%", "80%"], radius: ["68%", "80%"],
...@@ -131,7 +131,7 @@ export default { ...@@ -131,7 +131,7 @@ export default {
} }
.title { .title {
text-align: center; text-align: center;
font-size: 21px; font-size: 24px;
margin-bottom: 7px; margin-bottom: 7px;
} }
.two { .two {
...@@ -163,7 +163,7 @@ export default { ...@@ -163,7 +163,7 @@ export default {
.third { .third {
text-align: center; text-align: center;
width: 213px; width: 213px;
margin-bottom: 38px; margin-bottom: 24px;
} }
} }
> .right { > .right {
...@@ -177,7 +177,7 @@ export default { ...@@ -177,7 +177,7 @@ export default {
} }
} }
> div { > div {
font-size: 14px; font-size: 16px;
flex: 1; flex: 1;
// display: flex; // display: flex;
// flex-direction: column; // flex-direction: column;
...@@ -197,11 +197,11 @@ export default { ...@@ -197,11 +197,11 @@ export default {
} }
} }
.three { .three {
font-size: 14px; font-size: 16px;
flex: 1; flex: 1;
// background: red; // background: red;
.chars-box { .chars-box {
flex: 1; flex: 1;
} }
} }
</style> </style>
\ No newline at end of file
...@@ -119,7 +119,7 @@ export default { ...@@ -119,7 +119,7 @@ export default {
} }
.title { .title {
text-align: center; text-align: center;
font-size: 21px; font-size: 24px;
margin-bottom: 22px; margin-bottom: 22px;
} }
.two { .two {
...@@ -144,11 +144,11 @@ export default { ...@@ -144,11 +144,11 @@ export default {
} }
} }
.three { .three {
font-size: 14px; font-size: 16px;
margin-bottom: 16px; margin-bottom: 10px;
> div { > div {
flex: 1; flex: 1;
line-height: 28px; line-height: 24px;
text-align: center; text-align: center;
} }
} }
......
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