Commit 69f0102f by 唐玉峰

.

parent 9118efef
......@@ -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;
}
......
......@@ -275,14 +275,18 @@ export default {
</script>
<style lang="scss">
// @import '../styles/mixin.scss';
// @import 'styles/media/components/outseeQualityControl.scss';
html,
body {
margin: 0;
height: 100%;
width: 100%;
margin: 0;
overflow: hidden;
}
#app {
height: 100%;
width: 100%;
}
.outseeQualityControl {
height: 100%;
width: 100%;
......@@ -296,22 +300,38 @@ body {
&_box {
background-color: #f3fafd;
padding: 30px;
padding: 2%;
height: 92%;
&_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;
......@@ -325,9 +345,8 @@ body {
&_left {
width: 60%;
background-color: #ffffff;
height: 100%;
padding: 0 4%;
max-height: 800px;
height: 96%;
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