+
+
+
-
+
@@ -50,7 +62,8 @@ export default {
default: () => ({
rotateX: 0,
rotateY: 0,
- rotateZ: 0
+ rotateZ: 0,
+ perspective: 500
})
},
labelWidth: {
diff --git a/data-room-ui/packages/BigScreenDesign/RightSetting/index.vue b/data-room-ui/packages/BigScreenDesign/RightSetting/index.vue
index 2570d79c..a54da668 100644
--- a/data-room-ui/packages/BigScreenDesign/RightSetting/index.vue
+++ b/data-room-ui/packages/BigScreenDesign/RightSetting/index.vue
@@ -118,6 +118,7 @@ export default {
rotateX: this.config?.rotateX,
rotateY: this.config?.rotateY,
rotateZ: this.config?.rotateZ,
+ perspective: this.config?.perspective,
setting: cloneDeep(this.config?.setting),
customize: cloneDeep(this.config?.customize),
url: this.config?.url,
diff --git a/data-room-ui/packages/BigScreenDesign/SettingPanel.vue b/data-room-ui/packages/BigScreenDesign/SettingPanel.vue
index f10d5c65..6478d495 100644
--- a/data-room-ui/packages/BigScreenDesign/SettingPanel.vue
+++ b/data-room-ui/packages/BigScreenDesign/SettingPanel.vue
@@ -74,7 +74,15 @@ export default {
return this.rightVisiable && this.activeCode
},
title () {
- return this.activeItem?.title || ''
+ if(this.activeItem.type=='customComponent'){
+ return this.activeItem?.category
+ }else if(this.activeItem.type=='"remoteComponent"'){
+ return this.activeItem?.title
+ }
+ else{
+ return this.activeItem?.name
+ }
+ // if(this.activeItem)
}
},
mounted () { },
diff --git a/data-room-ui/packages/BigScreenDesign/SourceDialog/index.vue b/data-room-ui/packages/BigScreenDesign/SourceDialog/index.vue
index aa823436..d6849ef7 100644
--- a/data-room-ui/packages/BigScreenDesign/SourceDialog/index.vue
+++ b/data-room-ui/packages/BigScreenDesign/SourceDialog/index.vue
@@ -37,7 +37,6 @@
/>
diff --git a/data-room-ui/packages/BorderComponents/GcBorder1/setting.js b/data-room-ui/packages/BorderComponents/GcBorder1/setting.js
index 3d2e7131..5be989c8 100644
--- a/data-room-ui/packages/BorderComponents/GcBorder1/setting.js
+++ b/data-room-ui/packages/BorderComponents/GcBorder1/setting.js
@@ -57,7 +57,7 @@ const setting = [
optionField: 'gradientDirection',
// 是否多选
multiple: false,
- value: '',
+ value: 'to right',
options: [
{
label: '从左到右',
diff --git a/data-room-ui/packages/BorderComponents/GcBorder10/setting.js b/data-room-ui/packages/BorderComponents/GcBorder10/setting.js
index 19f47a71..f3a945b9 100644
--- a/data-room-ui/packages/BorderComponents/GcBorder10/setting.js
+++ b/data-room-ui/packages/BorderComponents/GcBorder10/setting.js
@@ -56,7 +56,7 @@ const setting = [
optionField: 'gradientDirection',
// 是否多选
multiple: false,
- value: '',
+ value: 'to right',
options: [
{
label: '从左到右',
diff --git a/data-room-ui/packages/BorderComponents/GcBorder11/setting.js b/data-room-ui/packages/BorderComponents/GcBorder11/setting.js
index 935c1131..9bda8eb7 100644
--- a/data-room-ui/packages/BorderComponents/GcBorder11/setting.js
+++ b/data-room-ui/packages/BorderComponents/GcBorder11/setting.js
@@ -67,7 +67,7 @@ const setting = [
optionField: 'gradientDirection',
// 是否多选
multiple: false,
- value: '',
+ value: 'to right',
options: [
{
label: '从左到右',
diff --git a/data-room-ui/packages/BorderComponents/GcBorder12/setting.js b/data-room-ui/packages/BorderComponents/GcBorder12/setting.js
index 29348df3..fae9d75c 100644
--- a/data-room-ui/packages/BorderComponents/GcBorder12/setting.js
+++ b/data-room-ui/packages/BorderComponents/GcBorder12/setting.js
@@ -57,7 +57,7 @@ const setting = [
optionField: 'gradientDirection',
// 是否多选
multiple: false,
- value: '',
+ value: 'to right',
options: [
{
label: '从左到右',
diff --git a/data-room-ui/packages/BorderComponents/GcBorder13/setting.js b/data-room-ui/packages/BorderComponents/GcBorder13/setting.js
index c33889d1..c9affd8a 100644
--- a/data-room-ui/packages/BorderComponents/GcBorder13/setting.js
+++ b/data-room-ui/packages/BorderComponents/GcBorder13/setting.js
@@ -56,7 +56,7 @@ const setting = [
optionField: 'gradientDirection',
// 是否多选
multiple: false,
- value: '',
+ value: 'to right',
options: [
{
label: '从左到右',
diff --git a/data-room-ui/packages/BorderComponents/GcBorder2/setting.js b/data-room-ui/packages/BorderComponents/GcBorder2/setting.js
index 88211451..a6dbaf91 100644
--- a/data-room-ui/packages/BorderComponents/GcBorder2/setting.js
+++ b/data-room-ui/packages/BorderComponents/GcBorder2/setting.js
@@ -55,7 +55,7 @@ const setting = [
optionField: 'gradientDirection',
// 是否多选
multiple: false,
- value: '',
+ value: 'to right',
options: [
{
label: '从左到右',
diff --git a/data-room-ui/packages/BorderComponents/GcBorder3/setting.js b/data-room-ui/packages/BorderComponents/GcBorder3/setting.js
index 33238a97..e176d1b5 100644
--- a/data-room-ui/packages/BorderComponents/GcBorder3/setting.js
+++ b/data-room-ui/packages/BorderComponents/GcBorder3/setting.js
@@ -56,7 +56,7 @@ const setting = [
optionField: 'gradientDirection',
// 是否多选
multiple: false,
- value: '',
+ value: 'to right',
options: [
{
label: '从左到右',
diff --git a/data-room-ui/packages/BorderComponents/GcBorder4/setting.js b/data-room-ui/packages/BorderComponents/GcBorder4/setting.js
index a6b1eff5..200bb268 100644
--- a/data-room-ui/packages/BorderComponents/GcBorder4/setting.js
+++ b/data-room-ui/packages/BorderComponents/GcBorder4/setting.js
@@ -55,7 +55,7 @@ const setting = [
optionField: 'gradientDirection',
// 是否多选
multiple: false,
- value: '',
+ value: 'to right',
options: [
{
label: '从左到右',
diff --git a/data-room-ui/packages/BorderComponents/GcBorder5/setting.js b/data-room-ui/packages/BorderComponents/GcBorder5/setting.js
index 1fe3a75b..3dd76b42 100644
--- a/data-room-ui/packages/BorderComponents/GcBorder5/setting.js
+++ b/data-room-ui/packages/BorderComponents/GcBorder5/setting.js
@@ -56,7 +56,7 @@ const setting = [
optionField: 'gradientDirection',
// 是否多选
multiple: false,
- value: '',
+ value: 'to right',
options: [
{
label: '从左到右',
diff --git a/data-room-ui/packages/BorderComponents/GcBorder6/setting.js b/data-room-ui/packages/BorderComponents/GcBorder6/setting.js
index c607fa17..516b1c3c 100644
--- a/data-room-ui/packages/BorderComponents/GcBorder6/setting.js
+++ b/data-room-ui/packages/BorderComponents/GcBorder6/setting.js
@@ -56,7 +56,7 @@ const setting = [
optionField: 'gradientDirection',
// 是否多选
multiple: false,
- value: '',
+ value: 'to right',
options: [
{
label: '从左到右',
diff --git a/data-room-ui/packages/BorderComponents/GcBorder7/setting.js b/data-room-ui/packages/BorderComponents/GcBorder7/setting.js
index e7b934bc..c20d8fd3 100644
--- a/data-room-ui/packages/BorderComponents/GcBorder7/setting.js
+++ b/data-room-ui/packages/BorderComponents/GcBorder7/setting.js
@@ -56,7 +56,7 @@ const setting = [
optionField: 'gradientDirection',
// 是否多选
multiple: false,
- value: '',
+ value: 'to right',
options: [
{
label: '从左到右',
diff --git a/data-room-ui/packages/BorderComponents/GcBorder8/setting.js b/data-room-ui/packages/BorderComponents/GcBorder8/setting.js
index 1e8e6e78..143c3ec7 100644
--- a/data-room-ui/packages/BorderComponents/GcBorder8/setting.js
+++ b/data-room-ui/packages/BorderComponents/GcBorder8/setting.js
@@ -56,7 +56,7 @@ const setting = [
optionField: 'gradientDirection',
// 是否多选
multiple: false,
- value: '',
+ value: 'to right',
options: [
{
label: '从左到右',
diff --git a/data-room-ui/packages/BorderComponents/GcBorder9/setting.js b/data-room-ui/packages/BorderComponents/GcBorder9/setting.js
index 6e47646a..d4966f26 100644
--- a/data-room-ui/packages/BorderComponents/GcBorder9/setting.js
+++ b/data-room-ui/packages/BorderComponents/GcBorder9/setting.js
@@ -56,7 +56,7 @@ const setting = [
optionField: 'gradientDirection',
// 是否多选
multiple: false,
- value: '',
+ value: 'to right',
options: [
{
label: '从左到右',
diff --git a/data-room-ui/packages/Borders/Border14/settingConfig.js b/data-room-ui/packages/Borders/Border14/settingConfig.js
index 9e146819..fa189b5b 100644
--- a/data-room-ui/packages/Borders/Border14/settingConfig.js
+++ b/data-room-ui/packages/Borders/Border14/settingConfig.js
@@ -15,26 +15,26 @@ const customConfig = {
// 边框线颜色
borderColor: '#87888e',
// 边框线宽度
- borderWidth: 2,
+ borderWidth: 10,
// 边框背景颜色
backgroundColor: '#232832',
colorType: 'single',
// 渐变色0值
- gradientColor0: '#83bff6',
+ gradientColor0: '',
// 渐变色1值
- gradientColor1: '#188df0',
+ gradientColor1: '',
// 渐变色色值改变方向
gradientDirection: 'to right',
// 透明度
opacity: 100,
// 左上圆角
- radiusLeftTop: 2,
+ radiusLeftTop: 14,
// 右上圆角
- radiusRightTop: 2,
+ radiusRightTop: 14,
// 左下圆角
- radiusLeftBottom: 2,
+ radiusLeftBottom: 14,
// 右下圆角
- radiusRightBottom: 2
+ radiusRightBottom: 14
}
}
export const dataConfig = {
diff --git a/data-room-ui/packages/Borders/Border15/settingConfig.js b/data-room-ui/packages/Borders/Border15/settingConfig.js
index 77afd79a..8505e781 100644
--- a/data-room-ui/packages/Borders/Border15/settingConfig.js
+++ b/data-room-ui/packages/Borders/Border15/settingConfig.js
@@ -15,14 +15,14 @@ const customConfig = {
// 边框线颜色
borderColor: '#87888e',
// 边框线宽度
- borderWidth: 2,
+ borderWidth: 10,
// 边框背景颜色
backgroundColor: '#232832',
colorType: 'single',
// 渐变色0值
- gradientColor0: '#83bff6',
+ gradientColor0: '',
// 渐变色1值
- gradientColor1: '#188df0',
+ gradientColor1: '',
// 渐变色色值改变方向
gradientDirection: 'to right',
// 透明度
@@ -34,7 +34,7 @@ const customConfig = {
// 字体粗细
fontWeight: 500,
// 中心文本
- text: '文本'
+ text: ''
}
}
export const dataConfig = {
diff --git a/data-room-ui/packages/DataSetManagement/src/CustomEditForm.vue b/data-room-ui/packages/DataSetManagement/src/CustomEditForm.vue
index 8af93990..c9a565a5 100644
--- a/data-room-ui/packages/DataSetManagement/src/CustomEditForm.vue
+++ b/data-room-ui/packages/DataSetManagement/src/CustomEditForm.vue
@@ -157,7 +157,7 @@