From 50bb7d3002497a9889b8c45d596a52db35e8df79 Mon Sep 17 00:00:00 2001 From: st <280306299@qq.com> Date: Sun, 25 Feb 2024 09:41:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E5=B1=80=E6=A0=B7=E5=BC=8F=E6=9B=B4?= =?UTF-8?q?=E6=94=B9=EF=BC=8Cset=20NODE=5FOPTIONS=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/global.less | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ffff799..746e5de 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "private": true, "scripts": { - "serve": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve", + "serve": "vue-cli-service serve", "build": "vue-cli-service build", "report": "vue-cli-service build --report", "build:preview": "vue-cli-service build --mode preview", diff --git a/src/global.less b/src/global.less index 0f2b102..4144ec1 100644 --- a/src/global.less +++ b/src/global.less @@ -92,3 +92,7 @@ ol { } } } + +.ant-pro-page-header-wrap-children-content{ + margin: 5px 5px 0; +} \ No newline at end of file