From 7d7556e075dbfac6fb91c25989d05b0513cf230c Mon Sep 17 00:00:00 2001 From: jiaming <743192023@qq.com> Date: Fri, 14 Dec 2018 11:18:37 +0800 Subject: [PATCH] add document --- src/views/demo/document.vue | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/src/views/demo/document.vue b/src/views/demo/document.vue index a09268f..5790f09 100644 --- a/src/views/demo/document.vue +++ b/src/views/demo/document.vue @@ -1,16 +1,31 @@ @@ -28,8 +43,14 @@ export default { flex-direction: row; justify-content: space-around; - .document { - width: 800px; + a { + color: #0084ff; + + &:hover, + &:active, + &:visited { + color: #0084ff; + } } }