保存一下
This commit is contained in:
@@ -13,7 +13,9 @@
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="task-bar"></div>
|
||||
<div class="task-bar">
|
||||
<div id="taskbar" class="w-[80px] h-full flex justify-center items-center bg-blue">测试</div>
|
||||
</div>
|
||||
</div>
|
||||
</n-config-provider>
|
||||
</template>
|
||||
@@ -70,7 +72,7 @@ $taskBarHeight: 40px;
|
||||
}
|
||||
|
||||
.task-bar {
|
||||
@apply w-full bg-gray-200;
|
||||
@apply w-full bg-gray-200 flex justify-center items-center;
|
||||
height: $taskBarHeight;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user