更新请求测试小工具样式
This commit is contained in:
parent
40e90fef4f
commit
b13b7f1ed8
@ -357,7 +357,7 @@ export default {
|
||||
.theme-light {
|
||||
--bg-color: #ffffff;
|
||||
--text-color: #333333;
|
||||
--input-bg: #f0f0f0;
|
||||
--input-bg: #fcfcfc;
|
||||
--border-color: #ccc;
|
||||
--button-bg: #4a90e2;
|
||||
--button-hover: #357abd;
|
||||
@ -467,9 +467,12 @@ button:hover {
|
||||
}
|
||||
|
||||
.response pre {
|
||||
width: 100%;
|
||||
background-color: var(--input-bg);
|
||||
padding: 10px;
|
||||
border-radius: 4px;
|
||||
word-break: break-word;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.preset-item {
|
||||
|
Loading…
x
Reference in New Issue
Block a user