修改宽度
This commit is contained in:
parent
cf1ed818cc
commit
18425b1f44
@ -376,7 +376,7 @@ const LogsTable = () => {
|
||||
onClick={() => {
|
||||
sortLog('model_name');
|
||||
}}
|
||||
width={2}
|
||||
width={3}
|
||||
>
|
||||
模型
|
||||
</Table.HeaderCell>
|
||||
@ -412,7 +412,7 @@ const LogsTable = () => {
|
||||
onClick={() => {
|
||||
sortLog('content');
|
||||
}}
|
||||
width={isAdminUser ? 4 : 6}
|
||||
width={isAdminUser ? 3 : 5}
|
||||
>
|
||||
详情
|
||||
</Table.HeaderCell>
|
||||
|
9
web/src/custom.css
Normal file
9
web/src/custom.css
Normal file
@ -0,0 +1,9 @@
|
||||
.custom-width .ui.container {
|
||||
width: 100vw !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.custom-width .ui.menu {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
@ -208,3 +208,13 @@ code {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
@media only screen and (min-width: 1600px){
|
||||
.main-content {
|
||||
width: 1300px !important;
|
||||
}
|
||||
.ui.menu .ui.container {
|
||||
width: 1608px !important; /* 或者你想要设置的宽度 */
|
||||
/* padding: 0 !important; */
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user