fix: 模型库页面优化
This commit is contained in:
@@ -556,6 +556,8 @@ onMounted(() => {
|
|||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.model-library-container {
|
.model-library-container {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
background: linear-gradient(180deg, #f5f7fa 0%, #ffffff 100%);
|
background: linear-gradient(180deg, #f5f7fa 0%, #ffffff 100%);
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
@@ -752,7 +754,8 @@ onMounted(() => {
|
|||||||
padding: 32px 16px;
|
padding: 32px 16px;
|
||||||
|
|
||||||
.content-wrapper {
|
.content-wrapper {
|
||||||
//max-width: 100%;
|
max-width: 100%;
|
||||||
|
width: 100%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -875,6 +878,7 @@ onMounted(() => {
|
|||||||
.model-list-section {
|
.model-list-section {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
.loading-wrapper,
|
.loading-wrapper,
|
||||||
.empty-wrapper {
|
.empty-wrapper {
|
||||||
@@ -1016,6 +1020,7 @@ onMounted(() => {
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #303133;
|
color: #303133;
|
||||||
margin: 0 0 4px 0;
|
margin: 0 0 4px 0;
|
||||||
|
line-height: 1.4;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
Reference in New Issue
Block a user