diff --git a/src/components/showPdf/index.vue b/src/components/showPdf/index.vue new file mode 100644 index 0000000..742b062 --- /dev/null +++ b/src/components/showPdf/index.vue @@ -0,0 +1,28 @@ + + + \ No newline at end of file diff --git a/src/views/Recorder/components/header2.vue b/src/views/Recorder/components/header2.vue new file mode 100644 index 0000000..76da9c5 --- /dev/null +++ b/src/views/Recorder/components/header2.vue @@ -0,0 +1,554 @@ + + + + + + + diff --git a/src/views/Recorder/image/workpiece.jpg b/src/views/Recorder/image/workpiece.jpg new file mode 100644 index 0000000..a8493bb Binary files /dev/null and b/src/views/Recorder/image/workpiece.jpg differ diff --git a/src/views/Recorder/index.vue b/src/views/Recorder/index.vue index 0287c9c..75a473e 100644 --- a/src/views/Recorder/index.vue +++ b/src/views/Recorder/index.vue @@ -1,26 +1,51 @@ - - - \ No newline at end of file + +.btn-class { + width: 200px; + height: 100px; + font-size: 24px; + font-weight: 700; + border-radius: 20px; +} + +.input-text { + width: 600px; + display: flex; + justify-content: center; + align-items: center; +} + \ No newline at end of file