|
@@ -1,5 +1,5 @@
|
|
<template >
|
|
<template >
|
|
- <el-card>
|
|
|
|
|
|
+ <el-card id='management'>
|
|
<div slot="header" class="clearfix">
|
|
<div slot="header" class="clearfix">
|
|
<searchHeader
|
|
<searchHeader
|
|
:dates="mdate"
|
|
:dates="mdate"
|
|
@@ -359,14 +359,12 @@ export default {
|
|
};
|
|
};
|
|
</script>
|
|
</script>
|
|
<style lang="less" scoped>
|
|
<style lang="less" scoped>
|
|
-// .statistic{
|
|
|
|
-// /deep/ .statistic-content{
|
|
|
|
-// cursor: pointer;
|
|
|
|
-// &.active > span{
|
|
|
|
-// color: #14928a !important;
|
|
|
|
-// }
|
|
|
|
-// }
|
|
|
|
-// }
|
|
|
|
|
|
+#management .statistic .statistic-content>span {
|
|
|
|
+ &:first-child{
|
|
|
|
+ font-size: 14px !important
|
|
|
|
+ }
|
|
|
|
+ font-size: 20px !important;
|
|
|
|
+}
|
|
.chioseBox {
|
|
.chioseBox {
|
|
position: absolute;
|
|
position: absolute;
|
|
right: 20px;
|
|
right: 20px;
|
|
@@ -375,4 +373,17 @@ export default {
|
|
.wrap {
|
|
.wrap {
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
|
|
+.blod{
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ color: #14928a;
|
|
|
|
+ font-size: 22px!important;
|
|
|
|
+}
|
|
|
|
+// .chioseBox {
|
|
|
|
+// position: absolute;
|
|
|
|
+// right: 20px;
|
|
|
|
+// z-index: 1000;
|
|
|
|
+// }
|
|
|
|
+// .wrap {
|
|
|
|
+// position: relative;
|
|
|
|
+// }
|
|
</style>
|
|
</style>
|