From e954fb96f17e42406097f294d15ff9874ebf8bef Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sun, 3 Oct 2021 23:40:01 +0800 Subject: [PATCH] chore: update .github/workflows/ci.yml --- .github/workflows/ci.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38ed167d..f345d2c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -164,8 +164,9 @@ jobs: body, html { height: 100%; font-size: 12px; font-family: Avenir Next,PingFang SC,Hiragino Sans GB,Droid Sans Fallback,Microsoft YaHei,sans-serif; } h1 { font-size: 2.6rem; font-weight: 300; } h1 sup { color: #7b7b7b; font-size: 14px; position: absolute; font-weight: normal;} - .docbtn { background: #2196f3; display: inline-block; padding: 5px 12px; color: #fff; border-radius: 2px; transition: all 0.3s; position: fixed; left: 10px; top: 10px; } - .docbtn:hover { background: #377eb7; color: #fff; } + .docbtn { display: flex; color: #fff; position: fixed; left: 10px; top: 10px; } + .docbtn a { background: #2196f3; padding: 5px 12px; color: #fff; border-radius: 2px; transition: all 0.3s; margin-right: 10px; } + .docbtn a:hover { background: #377eb7; color: #fff; } a:hover { color: #0949d1; } .header { position: relative; width: 100%; height: 60%; text-align: center; } .list { border-spacing: 0; border-collapse: collapse; margin: 0 auto 0 auto;} @@ -181,7 +182,10 @@ jobs:

TSBB Example Zip Filesv$VERSION_NUMBER

- Document +
+ Document + Document +