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>
<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 { .wj-uploader .el-icon-upload:before {
font-size: 100px; font-size: 100px;
} }

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

@ -131,14 +131,6 @@ export default {
</script> </script>
<style scoped lang="scss"> <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 { .home {
background: #f3f5f9; background: #f3f5f9;
min-height: 100vh; min-height: 100vh;

8
acupuncture-后台/src/App.vue

@ -31,6 +31,14 @@ export default {
} }
</style> </style>
<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 { .wj-uploader .el-icon-upload:before {
font-size: 100px; font-size: 100px;
} }

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

@ -131,14 +131,6 @@ export default {
</script> </script>
<style scoped lang="scss"> <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 { .home {
background: #f3f5f9; background: #f3f5f9;
min-height: 100vh; min-height: 100vh;

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

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

Loading…
Cancel
Save