Sfoglia il codice sorgente

光伏综合看板优化

wyh 1 anno fa
parent
commit
7f3faf69fc
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. 7 0
      src/views/module_ems/photovoltaic/pvDashboard/index.vue

+ 7 - 0
src/views/module_ems/photovoltaic/pvDashboard/index.vue

@@ -549,4 +549,11 @@ export default {
 .totalEle-trend {
   height: 260px;
 }
+::v-deep .ant-card{
+  border-radius: 5px;
+  box-shadow: -1px 0 2px rgba(180, 180, 180, 0.156), /*左侧阴影*/
+                1px 0 2px rgba(180, 180, 180, 0.156), /*右侧阴影*/
+                -2px 2px 2px rgba(180, 180, 180, 0.156), /*上方阴影*/
+                2px 2px 2px rgba(180, 180, 180, 0.156);
+}
 </style>