fix E2E.
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
<template>
|
||||
<h1>Status bar</h1>
|
||||
|
||||
<section class=" bg-primary text-center">
|
||||
<!-- status content -->
|
||||
<div></div>
|
||||
<!-- control button -->
|
||||
<div class="bg-neutral-300 inline-block rr">
|
||||
<!-- 面板開啟: 箭頭朝上 -->
|
||||
<span class="material-symbols-outlined block px-8 text-xs ">keyboard_double_arrow_up</span>
|
||||
<!-- 面板收合: 箭頭朝下 -->
|
||||
<!-- <span class="material-symbols-outlined block px-8 text-xs">keyboard_double_arrow_down</span> -->
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@@ -8,3 +18,8 @@ export default {
|
||||
|
||||
}
|
||||
</script>
|
||||
<style>
|
||||
.rr {
|
||||
border-radius: 0px 0px 999px 999px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user