From 0e45e6fe139832152ab721776f4aed98cc0880a7 Mon Sep 17 00:00:00 2001 From: 明梦爽 <2972214568@qq.com> Date: 星期五, 19 十一月 2021 16:33:32 +0800 Subject: [PATCH] 应付检查 --- src/views/work.vue | 21 +++++++++++++-------- 1 files changed, 13 insertions(+), 8 deletions(-) diff --git a/src/views/work.vue b/src/views/work.vue index e02715e..c89faca 100644 --- a/src/views/work.vue +++ b/src/views/work.vue @@ -7,7 +7,7 @@ <div> <ul> <li :key="index" v-for="(item, index) in workList" class="liPointer"> - <div @click="toWorkMsg(item.title)"> {{ item.title }} </div> + <div @click="toWorkMsg(item.title)" class="bgc mart10"> {{ item.title }} </div> </li> </ul> </div> @@ -19,12 +19,12 @@ data(){ return{ workList: [ - { id:'1', title: '宸ヤ綔鐘舵��1' }, - { id:'2', title: '宸ヤ綔鐘舵��2' }, - { id:'3', title: '宸ヤ綔鐘舵��3' }, - { id:'4', title: '宸ヤ綔鐘舵��4' }, - { id:'5', title: '宸ヤ綔鐘舵��5' }, - { id:'6', title: '宸ヤ綔鐘舵��6' }, + { id:'1', title: '鍏充簬鍋氬ソ2022骞村害鍥藉鑷鍩洪噾椤圭洰涓夌骇璁鸿瘉宸ヤ綔鐨勯�氱煡' }, + { id:'2', title: '鍏充簬缁勭粐鐢虫姤娌冲崡鐪佺豢鑹叉妧鏈垱鏂扮ず鑼冨熀鍦扮殑閫氱煡' }, + { id:'3', title: '鍏充簬鍋氬ソ2022骞村害鍥藉绀剧鍩洪噾椤圭洰涓夌骇璁鸿瘉宸ヤ綔鐨勯�氱煡' }, + { id:'4', title: '鍏充簬缁勭粐鐢虫姤娌冲崡鐪佺鍗�2022骞村害娌冲崡绉戞妧鏅哄簱璋冪爺璇鹃鐨勯�氱煡' }, + { id:'5', title: '鍏充簬缁勭粐鐢虫姤棣栨壒娌冲崡绉戞妧鏅哄簱鐮旂┒鍩哄湴鐨勯�氱煡' }, + { id:'6', title: '鍏充簬鐢虫姤娌冲崡鐪佽秴澹版妧鏈簲鐢ㄥ伐绋嬬爺绌朵腑蹇�2021骞村害寮�鏀惧熀閲�.....' }, ] } }, @@ -50,7 +50,7 @@ </script> <style lang="less" scoped> .underline { - border-bottom: 1px solid rgb(0, 110, 215); + border-bottom: 1px solid rgb(1, 72, 153); } ul { padding-left: 0; @@ -63,4 +63,9 @@ a { text-decoration: none; } +.bgc { + background: rgb(241, 241, 241); + height: 55px; + line-height: 55px; +} </style> \ No newline at end of file -- Gitblit v1.8.0