更新请求测试小工具样式
This commit is contained in:
parent
b13b7f1ed8
commit
82380bdc86
@ -365,7 +365,7 @@ export default {
|
|||||||
|
|
||||||
.request-tester {
|
.request-tester {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 20px;
|
|
||||||
max-width: 1200px;
|
max-width: 1200px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(100vh - 60px);
|
height: calc(100vh - 60px);
|
||||||
@ -373,12 +373,13 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.operation-area {
|
.operation-area {
|
||||||
flex: 1;
|
flex: 2;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.storage-area {
|
.storage-area {
|
||||||
|
flex: 1;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
border-left: 1px solid var(--border-color);
|
border-left: 1px solid var(--border-color);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user