diff --git a/public/assets/icon/add-picture.svg b/public/assets/icon/add-picture.svg new file mode 100644 index 0000000..b7e3810 --- /dev/null +++ b/public/assets/icon/add-picture.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/icon/check-fill.svg b/public/assets/icon/check-fill.svg new file mode 100644 index 0000000..d3862d7 --- /dev/null +++ b/public/assets/icon/check-fill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/icon/file-document-alert.svg b/public/assets/icon/file-document-alert.svg new file mode 100644 index 0000000..313ff89 --- /dev/null +++ b/public/assets/icon/file-document-alert.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/icon/upload-picture.svg b/public/assets/icon/upload-picture.svg new file mode 100644 index 0000000..4549d0a --- /dev/null +++ b/public/assets/icon/upload-picture.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/icon/video-settings-rounded.svg b/public/assets/icon/video-settings-rounded.svg new file mode 100644 index 0000000..32f4507 --- /dev/null +++ b/public/assets/icon/video-settings-rounded.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/global-style.css b/public/global-style.css index ea0aaf7..536b9ff 100644 --- a/public/global-style.css +++ b/public/global-style.css @@ -76,11 +76,6 @@ } .gs-info-bg { - position: absolute; - top: 40%; - left: 50%; - margin-left: -101px; - transfrom: translate(-50%, -50%); color: #1E88E5; } @@ -115,7 +110,7 @@ .gs-info-sub-bg { background-color: #BDBDBD; color: white; - border-radius: 20px; + border-radius: 10px; width: 255px; margin-top: 20px; padding: 5px; diff --git a/src/components/designer/modeling/GitActionDialog.vue b/src/components/designer/modeling/GitActionDialog.vue index 3bc8be0..68c35a0 100644 --- a/src/components/designer/modeling/GitActionDialog.vue +++ b/src/components/designer/modeling/GitActionDialog.vue @@ -62,8 +62,8 @@ @click="onSelected(testIdx, codeIdx)" > - diff --git a/src/components/designer/modeling/generators/GeneratorUI.vue b/src/components/designer/modeling/generators/GeneratorUI.vue index 0b6a588..b621f02 100644 --- a/src/components/designer/modeling/generators/GeneratorUI.vue +++ b/src/components/designer/modeling/generators/GeneratorUI.vue @@ -9,7 +9,6 @@ @click="openGeneratorUI=!openGeneratorUI" > mdi-auto-fix - @@ -75,7 +74,7 @@ color="primary" >
- complete + complete
CONTINUEmdi-arrow-right @@ -300,6 +299,7 @@ import DDLDraftGenerator from './DDLDraftGenerator.js' import DDLBoundedContextDistributeGenerator from './es-ddl-generators/DDLBoundedContextDistributeGenerator.js' import PreProcessingFunctionsGenerator from './es-ddl-generators/PreProcessingFunctionsGenerator.js' +import Icons from '../../../ui/Icons.vue' //import UserStoryGenerator from './UserStoryGenerator.js' @@ -348,7 +348,8 @@ } }, components: { - DebeziumLogsTab + DebeziumLogsTab, + Icons }, created(){ diff --git a/src/components/labs/LabLocator.vue b/src/components/labs/LabLocator.vue index e3cc0fd..8648072 100644 --- a/src/components/labs/LabLocator.vue +++ b/src/components/labs/LabLocator.vue @@ -12,7 +12,6 @@ large > - 인스트럭션 크기 조절 @@ -264,9 +263,7 @@ 유튜브 Url 수정 @@ -307,12 +304,11 @@ 이미지 업로드 @@ -321,8 +317,10 @@ 제출 @@ -899,38 +897,36 @@ v-model="imageWindow" width="800" > - - 결과 제출 -
+ + + 결과 제출 + + mdi-close + +
이미지 업로드 방법 선택
-
-
- 1.클립보드 이미지 붙여넣기 ctrl + V
+
+
+ 1. 클립보드 이미지 붙여넣기 ctrl + V
2. 내 PC 이미지 클릭 후 업로드
- +
- - 취소 - + + 내 PC 이미지 제출 - +