ts-glitter 13.6.8 → 13.7.0

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.
@@ -129,7 +129,7 @@ export class Sy04 {
129
129
  ${(dd.items ?? []).length ? `<i class="fa-solid ${dd.open ? `fa-angle-up` : `fa-angle-down`}"
130
130
  style="color: ${widget.formData.theme_color['title'] ?? '#000'} !important;"></i>` : ``}
131
131
  </div>
132
- ${dd.open ? `<ul class="ps-3 mt-n2">${loopItems(dd.items ?? [],false)}</ul>`:``}
132
+ ${dd.open ? `<ul class="ps-3 pb-2">${loopItems(dd.items ?? [],false)}</ul>`:``}
133
133
  </li>
134
134
  `
135
135
  }).join('')
@@ -218,7 +218,7 @@ background: ${widget.formData.theme_color['background'] ?? '#000'};overflow-x: h
218
218
  <!--固定按鈕顯示區塊-->
219
219
  <ul class="navbar-nav flex-row ms-auto">
220
220
  <li class="nav-item d-none d-sm-flex align-items-center justify-content-center"
221
- style="width:40px !important;">
221
+ style="">
222
222
  ${gvc.bindView(() => {
223
223
  const vm = {
224
224
  id: gvc.glitter.getUUID(),
@@ -294,7 +294,7 @@ background: ${widget.formData.theme_color['background'] ?? '#000'};overflow-x: h
294
294
  </li>
295
295
  <li class="nav-item d-flex align-items-center justify-content-center"
296
296
  style="width:40px !important;">
297
- <a class="nav-link search-container">
297
+ <a class="nav-link ">
298
298
  <i class="fw-500 fa-regular fa-user "
299
299
  style="color: ${widget.formData.theme_color['title'] ?? '#000'};cursor: pointer;font-size:20px;"
300
300
  onclick="${gvc.event(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-glitter",
3
- "version": "13.6.8",
3
+ "version": "13.7.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {