提交 5958acc6 作者: 温凯

style:运行监控日志样式更改

上级 c5cb10c2
...@@ -301,9 +301,11 @@ export default { ...@@ -301,9 +301,11 @@ export default {
position: fixed; position: fixed;
width: 670px; width: 670px;
height: 143px; height: 143px;
top: 20%; top: 20%; /* 设置为 0 */
left: 50%; /* 水平居中 */ left: 0; /* 设置为 0 */
transform: translate(-50%); /* 使用 transform 进行精确居中 */ right: 0; /* 设置为 0 */
bottom: 0; /* 设置为 0 */
margin: auto; /* 自动边距实现居中 */
display: flex; display: flex;
// overflow-y: auto; // overflow-y: auto;
background: rgba(9, 32, 87, 0.7); background: rgba(9, 32, 87, 0.7);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论