mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-11-12 20:50:43 +08:00
fix: 优化部分界面滚动条样式 (#3389)
This commit is contained in:
parent
df513c49e9
commit
d50fa7d928
6 changed files with 6 additions and 6 deletions
|
|
@ -69,7 +69,7 @@
|
||||||
placeholder="#Define or paste the content of your docker-compose file here"
|
placeholder="#Define or paste the content of your docker-compose file here"
|
||||||
:indent-with-tab="true"
|
:indent-with-tab="true"
|
||||||
:tabSize="4"
|
:tabSize="4"
|
||||||
style="width: 100%; height: calc(100vh - 375px)"
|
style="width: 100%; height: calc(100vh - 376px)"
|
||||||
:lineWrapping="true"
|
:lineWrapping="true"
|
||||||
:matchBrackets="true"
|
:matchBrackets="true"
|
||||||
theme="cobalt"
|
theme="cobalt"
|
||||||
|
|
|
||||||
|
|
@ -130,7 +130,7 @@
|
||||||
placeholder="# The SSH configuration file does not exist or is empty (/etc/ssh/sshd_config)"
|
placeholder="# The SSH configuration file does not exist or is empty (/etc/ssh/sshd_config)"
|
||||||
:indent-with-tab="true"
|
:indent-with-tab="true"
|
||||||
:tabSize="4"
|
:tabSize="4"
|
||||||
style="margin-top: 10px; height: calc(100vh - 330px)"
|
style="margin-top: 10px; height: calc(100vh - 405px)"
|
||||||
:lineWrapping="true"
|
:lineWrapping="true"
|
||||||
:matchBrackets="true"
|
:matchBrackets="true"
|
||||||
theme="cobalt"
|
theme="cobalt"
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@
|
||||||
placeholder="# The DNS configuration file does not exist or is empty (/etc/resolv.conf)"
|
placeholder="# The DNS configuration file does not exist or is empty (/etc/resolv.conf)"
|
||||||
:indent-with-tab="true"
|
:indent-with-tab="true"
|
||||||
:tabSize="4"
|
:tabSize="4"
|
||||||
style="margin-top: 10px; height: calc(100vh - 200px)"
|
style="margin-top: 10px; height: calc(100vh - 260px)"
|
||||||
:lineWrapping="true"
|
:lineWrapping="true"
|
||||||
:matchBrackets="true"
|
:matchBrackets="true"
|
||||||
theme="cobalt"
|
theme="cobalt"
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ const logType = computed(() => {
|
||||||
const id = computed(() => {
|
const id = computed(() => {
|
||||||
return props.id;
|
return props.id;
|
||||||
});
|
});
|
||||||
const style = ref('height: calc(100vh - 400px); width: 100%; min-height: 400px');
|
const style = ref('height: calc(100vh - 402px); width: 100%; min-height: 300px');
|
||||||
const loading = ref(false);
|
const loading = ref(false);
|
||||||
const data = ref({
|
const data = ref({
|
||||||
enable: false,
|
enable: false,
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
:placeholder="$t('commons.msg.noneData')"
|
:placeholder="$t('commons.msg.noneData')"
|
||||||
:indent-with-tab="true"
|
:indent-with-tab="true"
|
||||||
:tabSize="4"
|
:tabSize="4"
|
||||||
style="max-height: 700px"
|
style="height: calc(100vh - 352px)"
|
||||||
:lineWrapping="true"
|
:lineWrapping="true"
|
||||||
:matchBrackets="true"
|
:matchBrackets="true"
|
||||||
theme="cobalt"
|
theme="cobalt"
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
:placeholder="$t('commons.msg.noneData')"
|
:placeholder="$t('commons.msg.noneData')"
|
||||||
:indent-with-tab="true"
|
:indent-with-tab="true"
|
||||||
:tabSize="4"
|
:tabSize="4"
|
||||||
style="max-height: 700px"
|
style="height: calc(100vh - 352px)"
|
||||||
:lineWrapping="true"
|
:lineWrapping="true"
|
||||||
:matchBrackets="true"
|
:matchBrackets="true"
|
||||||
theme="cobalt"
|
theme="cobalt"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue