Commit 0b543e45 by 唐玉峰

.

parent f4099fac
<template> <template>
<div id="app"> <div id="app">
<router-view/> <router-view />
</div> </div>
</template> </template>
<script> <script>
export default { export default {
name: 'App', name: "App",
};
}
</script> </script>
<style> <style>
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
::-webkit-scrollbar-track {
border-radius: 10px;
background: #f4f4f4;
width: 10px;
}
::-webkit-scrollbar-thumb {
background-color: #27aae2;
border: 3px solid transparent;
border-radius: 9px;
background-clip: content-box;
}
</style> </style>
...@@ -272,81 +272,65 @@ export default { ...@@ -272,81 +272,65 @@ export default {
</script> </script>
<style lang="scss"> <style lang="scss">
body {
margin: 0;
height: 100%;
width: 100%;
overflow: hidden;
}
.outseeQualityControl { .outseeQualityControl {
height: 96%; height: 100%;
width: 100%;
background-color: white; background-color: white;
padding: 20px; // overflow: hidden;
overflow: hidden; // position: relative;
position: relative;
#clickColor { #clickColor {
background-color: #f3bf18; background-color: #f3bf18;
} }
&_box { &_box {
height: 100%;
width: 100%;
background-color: #f3fafd; background-color: #f3fafd;
padding: 30px;
padding: 10px;
&_btn { &_btn {
width: 100%; width: 100%;
height: 40px;
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
margin-bottom: 10px; background: #fff;
padding: 15px 0;
margin-bottom: 20px;
&_button { &_button {
background-color: #2cabe3; background-color: #2cabe3;
color: #fff; color: #fff;
} }
} }
&_header {
height: r(25, 1920);
background: url("../assets/img/dataMaintenance/title.png") no-repeat;
background-size: 100% 100%;
width: 100%;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
&_text {
font-size: 13px;
font-family: PingFang SC;
font-weight: 500;
color: #ffffff;
margin-left: 15px;
}
}
&_Content { &_Content {
display: flex; display: flex;
flex-direction: row; // flex-direction: row;
height: 95%; height: calc(100% - 80px);
width: 100%; // width: 100%;
justify-content: space-between; justify-content: space-between;
align-items: center; // align-items: center;
align-content: center; // align-content: center;
flex-wrap: nowrap; // flex-wrap: nowrap;
// margin-top: 20px;
margin-top: 10px;
&_left { &_left {
width: 65%; width: 60%;
background-color: #ffffff; background-color: #ffffff;
height: 900px; height: 100%;
padding: 0 4%;
padding: 0 8%; max-height: 800px;
overflow: auto; overflow: auto;
overflow-x: hidden; overflow-x: hidden;
} }
&_right { &_right {
width: 34%; width: 32%;
height: 900px; flex: 1;
margin-left: 1%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
flex-wrap: nowrap; flex-wrap: nowrap;
...@@ -364,11 +348,10 @@ export default { ...@@ -364,11 +348,10 @@ export default {
align-content: center; align-content: center;
justify-content: space-around; justify-content: space-around;
align-items: center; align-items: center;
// padding: 3% 10%; // padding: 3% 10%;
&_left { &_left {
flex: 1; flex: 1;
height: 45%; height: 100%;
border-radius: 8px; border-radius: 8px;
background-image: url("../assets/img/BG.png"); background-image: url("../assets/img/BG.png");
background-repeat: no-repeat; background-repeat: no-repeat;
...@@ -426,7 +409,7 @@ export default { ...@@ -426,7 +409,7 @@ export default {
&_left11 { &_left11 {
flex: 1; flex: 1;
height: 45%; height: 100%;
border-radius: 8px; border-radius: 8px;
background-color: #fff; background-color: #fff;
background-repeat: no-repeat; background-repeat: no-repeat;
...@@ -483,7 +466,7 @@ export default { ...@@ -483,7 +466,7 @@ export default {
} }
&_right { &_right {
height: 45%; height: 100%;
flex: 1; flex: 1;
border-radius: 8px; border-radius: 8px;
display: flex; display: flex;
...@@ -535,7 +518,7 @@ export default { ...@@ -535,7 +518,7 @@ export default {
&_right11 { &_right11 {
flex: 1; flex: 1;
height: 45%; height: 100%;
border-radius: 8px; border-radius: 8px;
background-image: url("../assets/img/BG.png"); background-image: url("../assets/img/BG.png");
background-repeat: no-repeat; background-repeat: no-repeat;
...@@ -605,7 +588,7 @@ export default { ...@@ -605,7 +588,7 @@ export default {
border-radius: 8px; border-radius: 8px;
height: 100%; height: 100%;
width: 100%; width: 100%;
padding: 0 5% 5% 5%; // padding: 0 5% 5% 5%;
&_title { &_title {
font-size: 14px; font-size: 14px;
...@@ -626,7 +609,7 @@ export default { ...@@ -626,7 +609,7 @@ export default {
visibility: hidden; visibility: hidden;
} }
height: 90%; height: 100%;
overflow-x: hidden; overflow-x: hidden;
.leftboxs { .leftboxs {
......
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