diff --git a/package-lock.json b/package-lock.json index 84735b448..4237f2ad9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,21 +1,16 @@ { "name": "comfyui-frontend", - "version": "1.2.47", + "version": "1.2.48", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "comfyui-frontend", - "version": "1.2.47", + "version": "1.2.48", "dependencies": { "@atlaskit/pragmatic-drag-and-drop": "^1.2.1", -<<<<<<< HEAD "@comfyorg/litegraph": "^0.7.65", - "@primevue/themes": "^4.0.0-rc.2", -======= - "@comfyorg/litegraph": "^0.7.64", "@primevue/themes": "^4.0.5", ->>>>>>> e82b957 ([Chore] Update primevue) "@vitejs/plugin-vue": "^5.0.5", "@vueuse/core": "^11.0.0", "axios": "^1.7.4", diff --git a/src/assets/css/style.css b/src/assets/css/style.css index 3620ad20f..1539265a8 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -1,3 +1,10 @@ +@layer primevue, tailwind-utilities; + +@layer tailwind-utilities { + @tailwind components; + @tailwind utilities; +} + :root { --fg-color: #000; --bg-color: #fff; diff --git a/src/components/dialog/content/SettingDialogContent.vue b/src/components/dialog/content/SettingDialogContent.vue index 9b136096a..e20f71bbc 100644 --- a/src/components/dialog/content/SettingDialogContent.vue +++ b/src/components/dialog/content/SettingDialogContent.vue @@ -144,11 +144,6 @@ const tabValue = computed(() =>