Commit fb0aa66a authored by 盖献康's avatar 盖献康

bug(67447) - 浏览器缩放

parent 400e0221
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
<!-- 住院详情页--> <!-- 住院详情页-->
<div class="pet-detail"> <div class="pet-detail">
<!-- 头部标题--> <!-- 头部标题-->
<div style="padding-top:30px;text-align: center;"> <div class="title-class">
<span style="font-size: 1.5rem;font-family: Microsoft YaHei-Bold, Microsoft YaHei,serif;font-weight: bold;color: #333333;">详情</span> <span class="text-title">详情</span>
<div style="font-size: 16px;text-align: center;margin-top: 10px;">{{ detailInfo.medicalRecordNo }}</div> <div class="recordNo-class">{{ detailInfo.medicalRecordNo }}</div>
</div> </div>
<!-- 整体卡片内页面的样式--边距--> <!-- 整体卡片内页面的样式--边距-->
<div style="padding: 30px 48px 50px 32px;"> <div style="padding: 30px 48px 50px 32px;">
...@@ -573,6 +573,21 @@ export default { ...@@ -573,6 +573,21 @@ export default {
<style scoped lang="scss"> <style scoped lang="scss">
//整个页面整体布局 //整个页面整体布局
.pet-detail { .pet-detail {
.title-class {
padding-top:30px;
text-align: center;
.text-title {
font-size: 1.5rem;
font-family: Microsoft YaHei-Bold, Microsoft YaHei,serif;
font-weight: bold;
color: #333333;
}
.recordNo-class {
font-size: 16px;
text-align: center;
margin-top: 10px;
}
}
//最外层嵌套卡片的样式 //最外层嵌套卡片的样式
.box-card { .box-card {
margin: 20px 20px 20px 20px; margin: 20px 20px 20px 20px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment