diff --git a/.env.development b/.env.development index 3d02c8e..f45c6dd 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = PMS:新光线平台 +VUE_APP_TITLE = 新光线平台 # 开发环境配置 ENV = 'development' diff --git a/.env.production b/.env.production index b4d62ba..6a6e735 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = PMS:新光线平台 +VUE_APP_TITLE = 新光线平台 # 生产环境配置 ENV = 'production' diff --git a/.env.staging b/.env.staging index 0d037de..09e22ee 100644 --- a/.env.staging +++ b/.env.staging @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = PMS:新光线平台 +VUE_APP_TITLE = 新光线平台 NODE_ENV = production diff --git a/package.json b/package.json index 3e2c19f..016c07a 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "ruoyi", "version": "3.8.8", - "description": "PMS:新光线平台", - "author": "PMS:新光线平台", + "description": "新光线平台", + "author": "新光线平台", "license": "MIT", "scripts": { "dev": "vue-cli-service serve", diff --git a/src/assets/images/profile.jpg b/src/assets/images/profile.jpg index b3a940b..d8336d8 100644 Binary files a/src/assets/images/profile.jpg and b/src/assets/images/profile.jpg differ diff --git a/src/assets/styles/global.scss b/src/assets/styles/global.scss index 32e0af1..03e5924 100644 --- a/src/assets/styles/global.scss +++ b/src/assets/styles/global.scss @@ -247,13 +247,6 @@ body { .search-item.short { width: 24%; } - .table-container { - flex: 1 1 auto; - height: 0; - .el-scrollbar { - min-height: 50px; - } - } .page { width: 100%; @@ -292,30 +285,6 @@ body { background: rgba(0, 0, 0, 0); border-radius: 0.1rem; } -// 全局修改table表体内cell文字大小 -.el-table__body { - .cell { - font-size: 14px; - } -} -// 全局表头不换行 -.el-table th > .cell { - display: inline-block; - white-space: nowrap; - word-break: keep-all; - text-overflow: unset; -} - -// 表格空数据居中显示 -:deep(.el-table__empty-block) { - position: absolute; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); - // .el-table__empty-text { - // color: #ffffff; - // } -} :deep(.el-form-item__content) { diff --git a/src/components/CustomTable.vue b/src/components/CustomTable.vue index c215dc4..2521bd1 100644 --- a/src/components/CustomTable.vue +++ b/src/components/CustomTable.vue @@ -1,16 +1,16 @@ -
+
+ + {{ $store.state.user.nickName }} +
- @@ -72,7 +75,7 @@ export default { ...mapGetters([ 'sidebar', 'avatar', - 'device' + 'device', ]), setting: { get() { @@ -112,7 +115,7 @@ export default { diff --git a/src/views/projectBank/userProject.vue b/src/views/projectBank/userProject.vue index 9e1f78b..d246fba 100644 --- a/src/views/projectBank/userProject.vue +++ b/src/views/projectBank/userProject.vue @@ -34,6 +34,7 @@ :showPagination="false" :showSummary="true" :summaryMethod="getFixedColumnsSummaries" + :tableHeight="600" >
diff --git a/src/views/register.vue b/src/views/register.vue index c398fa8..853cbf7 100644 --- a/src/views/register.vue +++ b/src/views/register.vue @@ -1,7 +1,7 @@