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