fix: 模型库页面优化

This commit is contained in:
Gsh
2026-01-09 17:39:31 +08:00
parent 73f5d43ada
commit 12f1854d31

View File

@@ -556,6 +556,8 @@ onMounted(() => {
<style scoped lang="scss">
.model-library-container {
width: 100%;
height: 100%;
background: linear-gradient(180deg, #f5f7fa 0%, #ffffff 100%);
overflow: auto;
@@ -752,7 +754,8 @@ onMounted(() => {
padding: 32px 16px;
.content-wrapper {
//max-width: 100%;
max-width: 100%;
width: 100%;
margin: 0 auto;
padding: 0 8px;
display: flex;
@@ -875,6 +878,7 @@ onMounted(() => {
.model-list-section {
flex: 1;
min-width: 0;
width: 100%;
.loading-wrapper,
.empty-wrapper {
@@ -1016,6 +1020,7 @@ onMounted(() => {
font-weight: 600;
color: #303133;
margin: 0 0 4px 0;
line-height: 1.4;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;