From 73df61a0a036505046c9cdf74e0e3682c8f9658e Mon Sep 17 00:00:00 2001 From: lijun Date: Tue, 22 Oct 2024 01:02:50 +0800 Subject: [PATCH] update --- yanzhu-ui-vue3/.gitignore | 1 - .../src/lib/vform/{designer.style.cssx => designer.style.css} | 0 2 files changed, 1 deletion(-) rename yanzhu-ui-vue3/src/lib/vform/{designer.style.cssx => designer.style.css} (100%) diff --git a/yanzhu-ui-vue3/.gitignore b/yanzhu-ui-vue3/.gitignore index 5a6986b9..394faca1 100644 --- a/yanzhu-ui-vue3/.gitignore +++ b/yanzhu-ui-vue3/.gitignore @@ -18,7 +18,6 @@ selenium-debug.log *.njsproj *.sln *.local -*.css *.css.map package-lock.json diff --git a/yanzhu-ui-vue3/src/lib/vform/designer.style.cssx b/yanzhu-ui-vue3/src/lib/vform/designer.style.css similarity index 100% rename from yanzhu-ui-vue3/src/lib/vform/designer.style.cssx rename to yanzhu-ui-vue3/src/lib/vform/designer.style.css