Commit 6e959416 authored by liyang li's avatar liyang li
Browse files

Merge branch 'main' of github.com:TURING132/Pastebin00

delete the guide line
parents 8b81df64 b2054ea7
Pipeline #9 failed with stages
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
flex-direction: row; flex-direction: row;
width: 100%; width: 100%;
height:36px;
/* border:1px solid black; */ /* border:1px solid black; */
} }
...@@ -44,6 +45,7 @@ ...@@ -44,6 +45,7 @@
/* flex-direction: column; */ /* flex-direction: column; */
padding:1px; padding:1px;
box-sizing: border-box;
border: 1px rgb(221, 221, 221) solid; border: 1px rgb(221, 221, 221) solid;
} }
textarea{ textarea{
......
...@@ -82,6 +82,7 @@ ...@@ -82,6 +82,7 @@
#setting-panel>div>input,select{ #setting-panel>div>input,select{
width: 300px; width: 300px;
height: 30px; height: 30px;
box-sizing: border-box;
} }
</style> </style>
...@@ -48,4 +48,4 @@ export default defineComponent({ ...@@ -48,4 +48,4 @@ export default defineComponent({
> >
<n-button strong secondary type="tertiary">upload file</n-button> <n-button strong secondary type="tertiary">upload file</n-button>
</n-upload> </n-upload>
</template> </template>
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment