Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
liyang li
Pastebin00
Commits
8b81df64
Commit
8b81df64
authored
Oct 16, 2022
by
liyang li
Browse files
delete guide line
parent
4d843582
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/components/Main.vue
View file @
8b81df64
...
...
@@ -28,7 +28,7 @@
width
:
70%
;
margin
:
10px
;
box-sizing
:
border-box
;
border
:
1px
solid
black
;
/*
border:1px solid black;
*/
}
.button-bar
{
display
:
flex
;
...
...
@@ -36,18 +36,19 @@
width
:
100%
;
border
:
1px
solid
black
;
/*
border:1px solid black;
*/
}
.text-area
{
width
:
100%
;
display
:
flex
;
/* flex-direction: column; */
padding
:
1px
;
border
:
1px
rgb
(
221
,
221
,
221
)
solid
;
}
textarea
{
resize
:
vertical
;
height
:
400px
;
width
:
100%
;
border
:
transparent
;
...
...
src/components/Setting.vue
View file @
8b81df64
...
...
@@ -52,7 +52,7 @@
margin
:
20px
;
box-sizing
:
border-box
;
border
:
1px
solid
black
;
/*
border: 1px solid black;
*/
}
#setting-panel
>
p
{
padding
:
5px
;
...
...
src/components/UploadButton.vue
View file @
8b81df64
...
...
@@ -20,6 +20,7 @@ export default defineComponent({
const
message
=
useMessage
();
return
{
async
beforeUpload
(
data
)
{
console
.
log
(
data
);
let
filename
=
data
.
file
.
file
.
name
.
split
(
'
.
'
).
pop
().
toLowerCase
();
let
correctFile
=
false
;
support
.
forEach
(
element
=>
{
...
...
src/components/Uploaded.vue
View file @
8b81df64
...
...
@@ -40,7 +40,7 @@ p{
padding-top
:
10px
;
box-sizing
:
border-box
;
border
:
1px
solid
black
;
/*
border: 1px solid black;
*/
}
#uploaded-panel
label
{
height
:
15px
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment