shish 3 лет назад
Родитель
Сommit
752bfbd70a
2 измененных файлов с 4 добавлено и 4 удалено
  1. 3 3
      ghsApp/src/admin/home/workbench.vue
  2. 1 1
      ghsApp/src/admin/notice/index.vue

+ 3 - 3
ghsApp/src/admin/home/workbench.vue

@@ -442,11 +442,11 @@ export default {
 			font-size:26upx;
 			text-align:center;
 			position:absolute;
-			right:-14upx;
-			top:1upx;
+			right:-17upx;
+			top:-1upx;
 			background-color: red;
 			color:white;
-			border:1upx solid red;
+			border:1upx solid #da7474;
 			border-radius: 26upx;
 			display: inline-block;
 		}

+ 1 - 1
ghsApp/src/admin/notice/index.vue

@@ -122,7 +122,7 @@ export default {
     .set-all-read{
         width:240upx;
         height:90upx;
-        font-size:25upx;
+        font-size:26upx;
         line-height:80upx;
         text-align:center;
         bottom:15upx;