shish 4 months ago
parent
commit
468457b6ad
1 changed files with 2 additions and 2 deletions
  1. 2 2
      hdApp/src/admin/home/workbench.vue

+ 2 - 2
hdApp/src/admin/home/workbench.vue

@@ -1548,7 +1548,7 @@
 }
 }
 
 
 .bought-tooltip-content {
 .bought-tooltip-content {
-  background-color: rgba(0, 0, 0, 0.75);
+  background-color: #333333;
   color: #fff;
   color: #fff;
   padding: 12upx 20upx;
   padding: 12upx 20upx;
   border-radius: 12upx;
   border-radius: 12upx;
@@ -1571,7 +1571,7 @@
   height: 0;
   height: 0;
   border-left: 12upx solid transparent;
   border-left: 12upx solid transparent;
   border-right: 12upx solid transparent;
   border-right: 12upx solid transparent;
-  border-bottom: 12upx solid rgba(0, 0, 0, 0.75);
+  border-bottom: 12upx solid #333333;
   margin-bottom: -1upx;
   margin-bottom: -1upx;
   order: -1;
   order: -1;
 }
 }