Commit 69f0102f by 唐玉峰

.

parent 9118efef
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
font-size: 12px !important; font-size: 12px !important;
.pageindex { .pageindex {
padding: 20px 0px !important; padding: 20px 10px !important;
} }
.el-row { .el-row {
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
font-size: 12px !important; font-size: 12px !important;
.pageindex { .pageindex {
padding: 20px 0px !important; padding: 20px 10px !important;
} }
.el-row { .el-row {
......
...@@ -1207,7 +1207,7 @@ export default { ...@@ -1207,7 +1207,7 @@ export default {
} }
.pageindex { .pageindex {
padding: 20px 0px; padding: 20px 10px;
border: 1px solid #000; border: 1px solid #000;
min-height: 800px; min-height: 800px;
} }
......
...@@ -275,14 +275,18 @@ export default { ...@@ -275,14 +275,18 @@ export default {
</script> </script>
<style lang="scss"> <style lang="scss">
// @import '../styles/mixin.scss'; html,
// @import 'styles/media/components/outseeQualityControl.scss';
body { body {
margin: 0;
height: 100%; height: 100%;
width: 100%; width: 100%;
margin: 0;
overflow: hidden; overflow: hidden;
} }
#app {
height: 100%;
width: 100%;
}
.outseeQualityControl { .outseeQualityControl {
height: 100%; height: 100%;
width: 100%; width: 100%;
...@@ -296,22 +300,38 @@ body { ...@@ -296,22 +300,38 @@ body {
&_box { &_box {
background-color: #f3fafd; background-color: #f3fafd;
padding: 30px; padding: 2%;
height: 92%;
&_btn { &_btn {
width: 100%; width: 100%;
height: 40px; height: 40px;
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
background: #fff;
padding: 15px 0;
margin-bottom: 20px; margin-bottom: 20px;
&_button { &_button {
background-color: #2cabe3; background-color: #2cabe3;
color: #fff; 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 { &_Content {
display: flex; display: flex;
// flex-direction: row; // flex-direction: row;
...@@ -325,9 +345,8 @@ body { ...@@ -325,9 +345,8 @@ body {
&_left { &_left {
width: 60%; width: 60%;
background-color: #ffffff; background-color: #ffffff;
height: 100%; height: 96%;
padding: 0 4%; padding: 2% 4%;
max-height: 800px;
overflow: auto; overflow: auto;
overflow-x: hidden; 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