Commit 0c77e58b by 唐玉峰

.

parent 0b543e45
......@@ -6,7 +6,7 @@
font-size: 12px !important;
.pageindex {
padding: 20px 0px !important;
padding: 20px 10px !important;
}
.el-row {
......@@ -51,7 +51,7 @@
font-size: 12px !important;
.pageindex {
padding: 20px 0px !important;
padding: 20px 10px !important;
}
.el-row {
......
......@@ -1207,7 +1207,7 @@ export default {
}
.pageindex {
padding: 20px 0px;
padding: 20px 10px;
border: 1px solid #000;
min-height: 800px;
}
......
......@@ -272,12 +272,18 @@ export default {
</script>
<style lang="scss">
html,
body {
margin: 0;
height: 100%;
width: 100%;
margin: 0;
overflow: hidden;
}
#app {
height: 100%;
width: 100%;
}
.outseeQualityControl {
height: 100%;
width: 100%;
......@@ -291,26 +297,42 @@ body {
&_box {
background-color: #f3fafd;
padding: 30px;
padding: 2%;
height: 94%;
&_btn {
width: 100%;
height: 40px;
display: flex;
justify-content: flex-end;
background: #fff;
padding: 15px 0;
margin-bottom: 20px;
&_button {
background-color: #2cabe3;
color: #fff;
}
}
&_header {
height: 25px;
margin-bottom: 20px;
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 {
display: flex;
// flex-direction: row;
height: calc(100% - 80px);
height: calc(100% - 100px);
// width: 100%;
justify-content: space-between;
// align-items: center;
......@@ -320,9 +342,8 @@ body {
&_left {
width: 60%;
background-color: #ffffff;
height: 100%;
padding: 0 4%;
max-height: 800px;
height: 93%;
padding: 2% 4%;
overflow: auto;
overflow-x: hidden;
}
......
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