Commit b2054ea7 authored by 张 家荣's avatar 张 家荣
Browse files

Add some CSS

parent 4d843582
...@@ -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;
} }
...@@ -43,6 +44,7 @@ ...@@ -43,6 +44,7 @@
display: flex; display: flex;
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>
...@@ -47,4 +47,4 @@ export default defineComponent({ ...@@ -47,4 +47,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