Commit 265e0acd authored by 罗超's avatar 罗超

1

parent 31b9a55d
<template> <template>
<div class="salesStatistics" v-loading="loading"> <div class="salesStatistics2" v-loading="loading">
<div class="el-card__header"> <div class="el-card__header">
<span>数据概况</span> <span>数据概况</span>
<div style="display: flex; flex-direction: row; align-items: center"> <div style="display: flex; flex-direction: row; align-items: center">
...@@ -346,7 +346,7 @@ ...@@ -346,7 +346,7 @@
<script> <script>
export default { export default {
name: "salesStatistics", name: "salesStatistics2",
data() { data() {
return { return {
msg: { msg: {
...@@ -573,7 +573,7 @@ export default { ...@@ -573,7 +573,7 @@ export default {
</script> </script>
<style> <style>
.salesStatistics .el-card__header { .salesStatistics2 .el-card__header {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
...@@ -581,23 +581,23 @@ export default { ...@@ -581,23 +581,23 @@ export default {
background: #fff; background: #fff;
} }
.salesStatistics .el-button--small { .salesStatistics2 .el-button--small {
padding: 9px 15px; padding: 9px 15px;
} }
.salesStatistics .content .searchInput { .salesStatistics2 .content .searchInput {
border: 1px solid #dcdfe6; border: 1px solid #dcdfe6;
border-radius: 4px; border-radius: 4px;
} }
.salesStatistics .content .searchInput .el-input__inner { .salesStatistics2 .content .searchInput .el-input__inner {
border: none; border: none;
outline: none; outline: none;
height: 30px; height: 30px;
line-height: 30px; line-height: 30px;
} }
.salesStatistics .content .searchInput { .salesStatistics2 .content .searchInput {
line-height: normal; line-height: normal;
display: inline-table; display: inline-table;
border-collapse: separate; border-collapse: separate;
...@@ -606,22 +606,22 @@ export default { ...@@ -606,22 +606,22 @@ export default {
margin-right: 20px; margin-right: 20px;
} }
.salesStatistics .content { .salesStatistics2 .content {
background: #fff; background: #fff;
margin-top: 10px; margin-top: 10px;
padding: 15px; padding: 15px;
box-sizing: border-box; box-sizing: border-box;
} }
.salesStatistics .el-icon-date { .salesStatistics2 .el-icon-date {
line-height: 24px; line-height: 24px;
} }
.salesStatistics .el-range-separator { .salesStatistics2 .el-range-separator {
line-height: 24px; line-height: 24px;
} }
.salesStatistics .zong { .salesStatistics2 .zong {
width: 100%; width: 100%;
height: 57px; height: 57px;
padding: 18px 20px; padding: 18px 20px;
...@@ -629,18 +629,18 @@ export default { ...@@ -629,18 +629,18 @@ export default {
background: white; background: white;
} }
.salesStatistics .table-area { .salesStatistics2 .table-area {
margin: 10px 0; margin: 10px 0;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
} }
.salesStatistics .table-area .el-card { .salesStatistics2 .table-area .el-card {
width: 49.5%; width: 49.5%;
color: #303133; color: #303133;
} }
.salesStatistics .el-card { .salesStatistics2 .el-card {
border: 1px solid #ebeef5; border: 1px solid #ebeef5;
background-color: #fff; background-color: #fff;
color: #303133; color: #303133;
...@@ -648,19 +648,19 @@ export default { ...@@ -648,19 +648,19 @@ export default {
transition: 0.3s; transition: 0.3s;
} }
.salesStatistics .el-card__header { .salesStatistics2 .el-card__header {
padding: 18px 20px; padding: 18px 20px;
border-bottom: 1px solid #ebeef5; border-bottom: 1px solid #ebeef5;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
} }
.salesStatistics .el-card__body { .salesStatistics2 .el-card__body {
box-sizing: border-box; box-sizing: border-box;
padding: 0 20px; padding: 0 20px;
} }
.salesStatistics .num-info { .salesStatistics2 .num-info {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: flex-start; justify-content: flex-start;
...@@ -671,7 +671,7 @@ export default { ...@@ -671,7 +671,7 @@ export default {
margin: 20px 0; margin: 20px 0;
} }
.salesStatistics .num-info .num-info-item { .salesStatistics2 .num-info .num-info-item {
min-width: 120px; min-width: 120px;
text-align: center; text-align: center;
/* flex-grow: 1; */ /* flex-grow: 1; */
...@@ -679,7 +679,7 @@ export default { ...@@ -679,7 +679,7 @@ export default {
margin: 10px; margin: 10px;
} }
.salesStatistics .info-item-name { .salesStatistics2 .info-item-name {
font-size: 14px; font-size: 14px;
color: #92959b; color: #92959b;
} }
......
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