|
@@ -683,7 +683,7 @@ export default {
|
|
|
background: url('../../../../assets/images/ns2.png') no-repeat center center;
|
|
|
background-size: 70%;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.i{
|
|
|
font-size: 2vw;
|
|
|
border-radius: 100%;
|
|
@@ -815,4 +815,8 @@ export default {
|
|
|
background-color: #01ADA8 !important;
|
|
|
color: #fff;
|
|
|
}
|
|
|
+::v-deep .ant-table-thead{
|
|
|
+ background-color: #01ADA8 !important;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
</style>
|