Przeglądaj źródła

Merge remote-tracking branch 'origin/master'

liu.shiyi 1 rok temu
rodzic
commit
5999aae0f1
1 zmienionych plików z 3 dodań i 4 usunięć
  1. 3 4
      data-room-ui/packages/BigScreenDesign/index.vue

+ 3 - 4
data-room-ui/packages/BigScreenDesign/index.vue

@@ -609,7 +609,6 @@ export default {
   position: absolute ;
   bottom: 20px;
   right: 20px;
-  border: 1px solid #f6f7fb;
   z-index:1000;
 }
 .minimap .mapHeader{
@@ -618,11 +617,11 @@ export default {
   padding: 0 10px;
   display: flex;
   justify-content: space-between;
-  height: 20px;
+  align-items: center;
+  height: 30px;
   width: 150px;
   font-size: 12px;
-  border-bottom: 1px solid #fff;
-  color: #ffffff;
+  color: var(--bs-el-title);
   cursor: pointer;
   span {
     user-select: none;