diff --git a/public/cflogo.png b/public/cflogo.png new file mode 100644 index 0000000..e198b3a Binary files /dev/null and b/public/cflogo.png differ diff --git a/public/css/new.css b/public/css/new.css index 63337a3..47a74ee 100644 --- a/public/css/new.css +++ b/public/css/new.css @@ -18,4 +18,14 @@ } .my-module-title{ background: url(../images/one/2x1.png) no-repeat;background-size: 100%; +} + + +.mytable.is-scroll .el-table__body-wrapper::-webkit-scrollbar{ + width: 8px; + height: 8px; +} +.mytable.is-scroll .el-table__body-wrapper::-webkit-scrollbar-thumb { + background-color: rgb(1, 169, 255); + border-radius: 4px; } \ No newline at end of file diff --git a/public/index.html b/public/index.html index 614cd7c..3c3df95 100644 --- a/public/index.html +++ b/public/index.html @@ -9,7 +9,7 @@ - + diff --git a/src/components/header.vue b/src/components/header.vue index 251bc9d..5c710cb 100644 --- a/src/components/header.vue +++ b/src/components/header.vue @@ -1,7 +1,8 @@