56
chenyc
2022-09-27 50ed04a839204ccd37530d4ec8a7d059d0946e09
56
2个文件已修改
21 ■■■■■ 已修改文件
src/views/record/index.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/report/item/index.vue 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/record/index.vue
@@ -136,17 +136,18 @@
                font-weight: 400;
                color: #AAAAAA;
                line-height: 40px;
                margin-bottom: 10px;
            }
            .item{
                margin-top: 20px;
                // margin-top: 10px;
                width: 90%;
                margin-left: 5%;
                height: 40px;
                height: 30px;
                font-size: 13px;
                font-family: PingFangSC-Medium, PingFang SC;
                font-weight: 500;
                color: #333333;
                line-height: 40px;
                line-height: 30px;
                background: #FFFFFF;
                border-bottom:#F1F1F2 solid 1px;
            }
src/views/report/item/index.vue
@@ -25,7 +25,7 @@
                    <span class="value">体检中心</span>
                </van-col>
                <van-col span="14">
                    <span class="lable">临床诊断::</span>
                    <span class="lable">临床诊断:</span>
                    <span class="value">职业健康查体</span>
                </van-col>
            </van-row>
@@ -83,7 +83,6 @@
<style scoped lang="scss">
    .reportItem{
        background-color: #F6FAFF;
        padding: 0 0 10 0;
        .tou{
            padding-top: 10px;
            padding-left: 20px;
@@ -99,13 +98,13 @@
                    font-size: 13px;
                    font-family: PingFangSC-Regular, PingFang SC;
                    font-weight: 400;
                    color: #333333;
                    color: #777777;
                }
                .value{
                    font-size: 13px;
                    font-family: PingFangSC-Regular, PingFang SC;
                    font-weight: 400;
                    color: #AAAAAA;
                    color: #333333;
                }
            }
        }
@@ -124,13 +123,13 @@
                    font-size: 13px;
                    font-family: PingFangSC-Regular, PingFang SC;
                    font-weight: 400;
                    color: #333333;
                    color: #777777;
                }
                .value{
                    font-size: 13px;
                    font-family: PingFangSC-Regular, PingFang SC;
                    font-weight: 400;
                    color: #AAAAAA;
                    color: #333333;
                }
            }
        }
@@ -140,18 +139,15 @@
            margin-top: 10px;
            background: #FFFFFF;
            .thclass{
                // padding-left: 20px;
                height:40px;
                line-height: 40px;
                font-size: 13px;
                font-family: PingFangSC-Medium, PingFang SC;
                font-weight: 500;
                color: #333333;
                // text-align: center;
            }
            .tdclass{
                // padding-left: 20px;
                height:30px;
                line-height: 30px;
                font-size: 13px;