From c62518ce01b2168b1e68e28c88ea01bc830affc7 Mon Sep 17 00:00:00 2001 From: "wu.jian2" Date: Mon, 3 Jul 2023 11:24:16 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E6=94=B9=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E7=9A=84label=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data-room-ui/.npmignore | 14 ++++++++ .../jsDataSet/index.vue | 1 + data-room-ui/package.json | 10 ++---- .../BasicComponents/Button/setting.vue | 4 +-- .../BasicComponents/CurrentTime/setting.vue | 1 + .../BasicComponents/DigitalFlop/setting.vue | 4 +-- .../HorizontalLine/setting.vue | 4 +-- .../BasicComponents/IframeChart/setting.vue | 1 + .../BasicComponents/Input/setting.vue | 6 ++-- .../BasicComponents/LinkChart/setting.vue | 1 + .../packages/BasicComponents/Map/setting.vue | 3 +- .../BasicComponents/Picture/setting.vue | 13 +++---- .../ScreenScrollBoard/setting.vue | 4 +-- .../ScreenScrollRanking/setting.vue | 4 +-- .../BasicComponents/Tables/setting.vue | 2 +- .../BasicComponents/Texts/setting.vue | 1 + .../BasicComponents/TimeCountDown/setting.vue | 1 + .../BasicComponents/VerticalLine/setting.vue | 9 +++-- .../BasicComponents/Video/setting.vue | 9 +++-- .../BigScreenDesign/BorderSetting.vue | 9 +++-- .../BigScreenDesign/OverallSetting/index.vue | 2 +- .../ComponentRelation/RelationSetting.vue | 1 + .../RightSetting/DataSetting.vue | 2 +- .../RightSetting/G2CustomSetting.vue | 2 +- .../BigScreenList/CatalogEditForm.vue | 4 ++- .../packages/BigScreenList/EditForm.vue | 1 + .../packages/BigScreenMag/SideMenu.vue | 1 + .../BigScreenManagement/addDialog.vue | 1 + .../packages/BigScreenManagement/index.vue | 1 + .../packages/Borders/Border14/setting.vue | 4 +-- .../packages/Borders/Border15/setting.vue | 4 +-- .../ComponentList/CatalogEditForm.vue | 1 + .../packages/ComponentList/EditForm.vue | 1 + .../src/CategroyEditForm.vue | 1 + .../DataSetManagement/src/CustomEditForm.vue | 1 + .../DataSetManagement/src/JsonEditForm.vue | 1 + .../src/OriginalEditForm.vue | 1 + .../DataSetManagement/src/ScriptEditForm.vue | 1 + .../src/StoredProcedureEditForm.vue | 1 + .../packages/DataSetManagement/src/index.vue | 2 +- .../DataSourceManagement/src/index.vue | 2 +- .../src/setDatasource.vue | 1 + .../Decorations/Decoration1/setting.vue | 9 +++-- .../Decorations/Decoration10/setting.vue | 9 +++-- .../Decorations/Decoration11/setting.vue | 9 +++-- .../Decorations/Decoration12/setting.vue | 4 +-- .../Decorations/Decoration2/setting.vue | 4 +-- .../Decoration2Reverse/setting.vue | 4 +-- .../Decorations/Decoration3/setting.vue | 4 +-- .../Decorations/Decoration4/setting.vue | 4 +-- .../Decoration4Reverse/setting.vue | 4 +-- .../Decorations/Decoration5/setting.vue | 36 ++++++++++--------- .../Decorations/Decoration6/setting.vue | 9 +++-- .../Decorations/Decoration8/setting.vue | 9 +++-- .../Decoration8Reverse/setting.vue | 9 +++-- .../Decorations/Decoration9/setting.vue | 9 +++-- data-room-ui/packages/SourceList/EditForm.vue | 1 + data-room-ui/packages/SourceMag/SideMenu.vue | 1 + data-room-ui/packages/Svgs/setting.vue | 1 + .../packages/assets/style/bsTheme.scss | 6 ++++ 60 files changed, 169 insertions(+), 100 deletions(-) create mode 100644 data-room-ui/.npmignore diff --git a/data-room-ui/.npmignore b/data-room-ui/.npmignore new file mode 100644 index 00000000..8e77d4f1 --- /dev/null +++ b/data-room-ui/.npmignore @@ -0,0 +1,14 @@ +# 忽略的文件和文件夹 +node_modules/ +example/ +dist/ +lib/ +hooks/ + +# 只包含packages和public文件 +!packages/ +!LICENSE +!README.md + +# 排除根目录下的配置文件 +/* \ No newline at end of file diff --git a/data-room-ui/example/customDatasetComponents/jsDataSet/index.vue b/data-room-ui/example/customDatasetComponents/jsDataSet/index.vue index 8eb25c49..e6969a37 100644 --- a/data-room-ui/example/customDatasetComponents/jsDataSet/index.vue +++ b/data-room-ui/example/customDatasetComponents/jsDataSet/index.vue @@ -44,6 +44,7 @@ :rules="rules" label-width="120px" style="padding: 16px 16px 0;" + class="bs-el-form" > diff --git a/data-room-ui/package.json b/data-room-ui/package.json index 3061f95b..3d368a6b 100644 --- a/data-room-ui/package.json +++ b/data-room-ui/package.json @@ -1,16 +1,10 @@ { "name": "@gcpaas/data-room-ui", - "version": "0.0.1-2023061908-Alpha", + "version": "0.0.1-2023070301-Alpha", "description": "自定义大屏", "author": "gc-starter", "license": "MIT", - "main": "lib/dataRoom.umd.min.js", - "files": [ - "lib/fonts/*", - "lib/img/*", - "lib/dataRoom.css", - "lib/dataRoom.umd.min.js.gz" - ], + "main": "packages/index.js", "keywords": [ "dataRoom", "大屏设计器", diff --git a/data-room-ui/packages/BasicComponents/Button/setting.vue b/data-room-ui/packages/BasicComponents/Button/setting.vue index 8f6ef131..75825ebc 100644 --- a/data-room-ui/packages/BasicComponents/Button/setting.vue +++ b/data-room-ui/packages/BasicComponents/Button/setting.vue @@ -5,14 +5,14 @@ :model="config" label-width="100px" label-position="left" - class="setting-body" + class="setting-body bs-el-form" >
位置 diff --git a/data-room-ui/packages/BasicComponents/CurrentTime/setting.vue b/data-room-ui/packages/BasicComponents/CurrentTime/setting.vue index b63896de..08453b08 100644 --- a/data-room-ui/packages/BasicComponents/CurrentTime/setting.vue +++ b/data-room-ui/packages/BasicComponents/CurrentTime/setting.vue @@ -10,6 +10,7 @@ label-width="100px" label-position="left" :model="config" + class="bs-el-form" > 标题
diff --git a/data-room-ui/packages/BasicComponents/DigitalFlop/setting.vue b/data-room-ui/packages/BasicComponents/DigitalFlop/setting.vue index 8561dc11..bf91850b 100644 --- a/data-room-ui/packages/BasicComponents/DigitalFlop/setting.vue +++ b/data-room-ui/packages/BasicComponents/DigitalFlop/setting.vue @@ -5,13 +5,13 @@ :model="config" label-width="90px" label-position="left" - class="setting-body" + class="setting-body bs-el-form" >
标题 diff --git a/data-room-ui/packages/BasicComponents/HorizontalLine/setting.vue b/data-room-ui/packages/BasicComponents/HorizontalLine/setting.vue index d5123489..6bf6add3 100644 --- a/data-room-ui/packages/BasicComponents/HorizontalLine/setting.vue +++ b/data-room-ui/packages/BasicComponents/HorizontalLine/setting.vue @@ -5,14 +5,14 @@ :model="config" label-width="90px" label-position="left" - class="setting-body" + class="setting-body bs-el-form" >
标题 diff --git a/data-room-ui/packages/BasicComponents/IframeChart/setting.vue b/data-room-ui/packages/BasicComponents/IframeChart/setting.vue index 9ed2e48a..9219720c 100644 --- a/data-room-ui/packages/BasicComponents/IframeChart/setting.vue +++ b/data-room-ui/packages/BasicComponents/IframeChart/setting.vue @@ -11,6 +11,7 @@ label-width="100px" label-position="left" :model="config" + class="bs-el-form" > 标题
diff --git a/data-room-ui/packages/BasicComponents/Input/setting.vue b/data-room-ui/packages/BasicComponents/Input/setting.vue index 7a0c2812..da366e15 100644 --- a/data-room-ui/packages/BasicComponents/Input/setting.vue +++ b/data-room-ui/packages/BasicComponents/Input/setting.vue @@ -5,14 +5,14 @@ :model="config" label-width="100px" label-position="left" - class="setting-body" + class="setting-body bs-el-form" >
标题 @@ -88,7 +88,6 @@ --> -