@mptw/skylens-ui 1.2.16 → 1.2.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,17 +9,17 @@
9
9
  toggle-icon='chevron-down'
10
10
  placement='bottom'
11
11
  )
12
- SLDrowdownItem(
12
+ SLDropdownItem(
13
13
  title="檢視者"
14
14
  :class="{ active: modelValue === 'normal' }"
15
15
  @click="onClickedViewer"
16
16
  )
17
- SLDrowdownItem(
17
+ SLDropdownItem(
18
18
  title="編輯者"
19
19
  :class="{ active: modelValue === 'editor' }"
20
20
  @click="onClickedEditor"
21
21
  )
22
- SLDrowdownItem(title="刪除" @click="onClickedDelete")
22
+ SLDropdownItem(title="刪除" @click="onClickedDelete")
23
23
  </template>
24
24
 
25
25
  <script lang="ts">
@@ -9,7 +9,7 @@
9
9
  SLLink.sider-toggle(
10
10
  v-if="icon !== ''"
11
11
  :class="`${toggleColor !== '' ? `sider-toggle-${toggleColor}` : ''}`"
12
- :style="`margin-top: ${78 + order * (44 + 4)}px`"
12
+ :style="`margin-top: ${123 + order * (44 + 4)}px`"
13
13
  :title="toggleTitle"
14
14
  @mouseenter="onMouseEnteredToggle"
15
15
  @mouseleave="onMouseLeavedToggle"
@@ -221,7 +221,7 @@ export default defineComponent({
221
221
 
222
222
  .sider-toggle
223
223
  @apply absolute top-0 left-0 inline-flex p-3 rounded-l-full text-lg text-white
224
- margin-top 78px
224
+ margin-top 123px
225
225
  margin-left -44px
226
226
 
227
227
  &-third
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mptw/skylens-ui",
3
3
  "type": "module",
4
- "version": "1.2.16",
4
+ "version": "1.2.18",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",