Browse Source

首页标题添加省略

newMaster
1747191978@qq.com 4 months ago
parent
commit
83f0f714bf
  1. 8
      acupuncture-前台/src/App.vue
  2. 8
      acupuncture-前台/src/views/index.vue
  3. 8
      acupuncture-后台/src/App.vue
  4. 8
      acupuncture-后台/src/views/index.vue
  5. 4
      acupuncture-后台/src/views/medicalFile/index.vue

8
acupuncture-前台/src/App.vue

@ -31,6 +31,14 @@ export default {
}
</style>
<style>
.header-title {
display: -webkit-box !important;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}
.wj-uploader .el-icon-upload:before {
font-size: 100px;
}

8
acupuncture-前台/src/views/index.vue

@ -131,14 +131,6 @@ export default {
</script>
<style scoped lang="scss">
.header-title {
display: -webkit-box !important;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}
.home {
background: #f3f5f9;
min-height: 100vh;

8
acupuncture-后台/src/App.vue

@ -31,6 +31,14 @@ export default {
}
</style>
<style>
.header-title {
display: -webkit-box !important;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}
.wj-uploader .el-icon-upload:before {
font-size: 100px;
}

8
acupuncture-后台/src/views/index.vue

@ -131,14 +131,6 @@ export default {
</script>
<style scoped lang="scss">
.header-title {
display: -webkit-box !important;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}
.home {
background: #f3f5f9;
min-height: 100vh;

4
acupuncture-后台/src/views/medicalFile/index.vue

@ -376,7 +376,7 @@
提交审核
</el-button> -->
<!-- 审核 -->
<!-- <div>
<div>
<el-button
:disabled="scope.row.status != 1"
size="mini"
@ -395,7 +395,7 @@
>
驳回
</el-button>
</div> -->
</div>
</template>
</el-table-column>
</el-table>

Loading…
Cancel
Save