Admin
2022-08-17 064c6c81fdb2ccf89c5cef81dc61adcc45fcf6ab
Default Changelist
已修改1个文件
72 ■■■■ 文件已修改
src/views/intellectInspect/intelligentLine/index.vue 72 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/intellectInspect/intelligentLine/index.vue
@@ -105,7 +105,8 @@
    socket: any;
    socketData: string;
    data: Array<any>;
    id: string
    id: string;
    defaultImg: string
}
export default {
    name: 'intelligentLine',
@@ -121,7 +122,8 @@
            socketData: '',
            socket: null,
            data: [],
            id: ''
            id: '',
            defaultImg: new URL('../../../assets/default-img.jpg',import.meta.url).href
        });
        onMounted(() => {
@@ -263,23 +265,35 @@
            .picbox {
                width: 100%;
                height: 180px;
                height: 200px;
                padding: 10px;
                margin-bottom: 40px;
                margin-bottom: 20px;
                box-sizing: border-box;
                .imgbox{
                    width: 100%;
                    height: 120px;
                    position: relative;
                    margin-bottom: 10px;
                    border-radius: 4px;
                    overflow: hidden;
                img {
                    display: block;
                    width: 100%;
                    height: 100px;
                    margin-bottom: 8px;
                    border-radius: 4px;
                        height: auto;
                        position: absolute;
                        top: 0;
                        left: 0;
                        bottom: 0;
                        right: 0;
                        margin: auto;
                }
                }
                p {
                    font-size: 14px;
                    white-space: nowrap;
                    color: rgba(255, 255, 255, 0.8);
                    margin-top: 10px;
                    margin-bottom: 4px;
                    span {
                        color: #fff;
                    }
@@ -289,7 +303,7 @@
        .item {
            width: calc((100vw - 40px) / 6);
            height: calc((100vh - 130px) / 5);
            padding: 0 20px 20px 50px;
            padding: 0 40px 20px 50px;
            position: relative;
            box-sizing: border-box;
            border-left: 1px solid #36fcfc;
@@ -464,13 +478,24 @@
                padding: 10px;
                margin-bottom: 40px;
                box-sizing: border-box;
                .imgbox{
                    width: 100%;
                    height: 100px;
                    position: relative;
                    margin-bottom: 6px;
                    border-radius: 4px;
                    overflow: hidden;
                img {
                    display: block;
                    width: 100%;
                    height: 100px;
                    margin-bottom: 6px;
                    border-radius: 4px;
                        height: auto;
                        position: absolute;
                        top: 0;
                        left: 0;
                        bottom: 0;
                        right: 0;
                        margin: auto;
                    }
                }
                p {
                    font-size: 14px;
@@ -663,13 +688,24 @@
                padding: 10px;
                margin-bottom: 30px;
                box-sizing: border-box;
                .imgbox{
                    width: 100%;
                    height: 80px;
                    position: relative;
                    margin-bottom: 10px;
                    border-radius: 4px;
                    overflow: hidden;
                img {
                    display: block;
                    width: 100%;
                    height: 80px;
                    margin-bottom: 10px;
                    border-radius: 4px;
                        height: auto;
                        position: absolute;
                        top: 0;
                        left: 0;
                        bottom: 0;
                        right: 0;
                        margin: auto;
                    }
                }
                p {
                    font-size: 12px;