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