Skip to content
Snippets Groups Projects
Commit 9a5c0827 authored by Kang Wang's avatar Kang Wang
Browse files

Update file App.css

parent 1d97f288
No related branches found
No related tags found
No related merge requests found
Pipeline #482172 passed
......@@ -1302,7 +1302,7 @@ span.formula_line::-webkit-scrollbar-track {
max-width: 200px;
word-wrap: break-word;
word-break: break-all; /* 强制在边界处断字 */
text-align: left;
text-align: center;
overflow:visible;
white-space: normal;
}
......@@ -1327,4 +1327,9 @@ span.formula_line::-webkit-scrollbar-track {
.formula-scroll::-webkit-scrollbar-thumb {
background-color: #f5deb3; /* 滚动条滑块的淡黄色 */
border-radius: 10px; /* 使滚动条更圆滑 */
}
\ No newline at end of file
}
.model-table.three-line-table{
max-width: 80%;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment