fix Navbar
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<template>
|
||||
<h1>H1底家啦~~~,這裡是 Discovery 動物頻道耶~</h1>
|
||||
<div>
|
||||
<!-- 選擇 bpmn / processmap button -->
|
||||
<ul class="m-3 flex">
|
||||
@@ -9,7 +8,6 @@
|
||||
</ul>
|
||||
<!-- 選擇繪畫樣式 bezier / unbundled-bezier button-->
|
||||
<ul class="m-3 flex">
|
||||
<li class="rounded-xl p-2 mr-3 cursor-pointer border border-[#F0EFF4] hover:bg-primary" @click="switchCurveStyles('bezier')">bezier</li>
|
||||
<li class="rounded-xl p-2 mr-3 cursor-pointer border border-[#F0EFF4] hover:bg-primary" @click="switchCurveStyles('unbundled-bezier')">unbundled-bezier</li>
|
||||
<li class="rounded-xl p-2 cursor-pointer border border-[#F0EFF4] hover:bg-primary" @click="switchCurveStyles('taxi')">taxi</li>
|
||||
<li class="p-2">curve style: {{ curveStyle }}</li>
|
||||
|
||||
@@ -50,6 +50,7 @@ export default {
|
||||
return {
|
||||
isDisabled: true,
|
||||
showPassword: false,
|
||||
visibleLeft: false,
|
||||
}
|
||||
},
|
||||
setup() {
|
||||
|
||||
Reference in New Issue
Block a user