+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -88,7 +93,7 @@ import Team from './components/Team/index.vue';
id="barChart"
height="400px"
width="100%"
- class="chart-container"
+ class="bg-[var(--el-bg-color-overlay)]"
/>
@@ -97,7 +102,7 @@ import Team from './components/Team/index.vue';
id="pieChart"
height="400px"
width="100%"
- class="chart-container"
+ class="bg-[var(--el-bg-color-overlay)]"
/>
@@ -106,7 +111,7 @@ import Team from './components/Team/index.vue';
id="radarChart"
height="400px"
width="100%"
- class="chart-container"
+ class="bg-[var(--el-bg-color-overlay)]"
/>
@@ -126,113 +131,16 @@ import Team from './components/Team/index.vue';
z-index: 99;
}
- .box-center {
- margin: 0 auto;
- display: table;
- }
-
- .user-profile {
- .box-center {
- padding-top: 10px;
- }
-
- .user-role {
- padding-top: 10px;
- font-weight: 400;
- font-size: 14px;
- }
-
- .box-social {
- padding-top: 30px;
-
- .el-table {
- border-top: 1px solid var(--el-border-color-light);
- }
- }
-
- .user-follow {
- padding-top: 20px;
- }
- }
-
- .card-panel {
- height: 108px;
+ .data-box {
+ font-weight: bold;
+ padding: 20px;
cursor: pointer;
- font-size: 12px;
- position: relative;
- overflow: hidden;
color: var(--el-text-color-regular);
background: var(--el-bg-color-overlay);
box-shadow: var(--el-box-shadow-dark);
border-color: var(--el-border-color);
-
- .icon-message {
- color: #36a3f7;
- }
-
- .icon-user {
- color: #40c9c6;
- }
-
- .icon-money {
- color: #f4516c;
- }
-
- .icon-shopping {
- color: #34bfa3;
- }
-
- &:hover {
- .card-panel-icon-wrapper {
- color: #fff;
- }
-
- .icon-user {
- background: #40c9c6;
- }
-
- .icon-message {
- background: #36a3f7;
- }
-
- .icon-money {
- background: #f4516c;
- }
-
- .icon-shopping {
- background: #34bfa3;
- }
- }
-
- .card-panel-icon-wrapper {
- float: left;
- margin: 14px 0 0 14px;
- padding: 16px;
- transition: all 0.38s ease-out;
- border-radius: 6px;
- }
-
- .card-panel-description {
- float: right;
- font-weight: bold;
- margin: 26px 20px 0;
-
- .card-panel-text {
- line-height: 18px;
- color: var(--el-text-color-secondary);
- font-size: 16px;
- margin-bottom: 12px;
- }
-
- .card-panel-num {
- font-size: 20px;
- text-align: right;
- }
- }
- }
-
- .chart-container {
- background: var(--el-bg-color-overlay);
+ display: flex;
+ justify-content: space-between;
}
}