diff --git a/src/components/workbench/index/header.vue b/src/components/workbench/index/header.vue index 48d9dd1a..e57b4ee1 100644 --- a/src/components/workbench/index/header.vue +++ b/src/components/workbench/index/header.vue @@ -13,6 +13,10 @@ export default {}; height: 85px; line-height: 85px; background: #fff; + position: fixed; + width: 100%; + top: 0; + left: 0; padding: 0 40px; .company-title { font-size: 34px; diff --git a/src/views/workbench/index.vue b/src/views/workbench/index.vue index b65d6b35..cff30cd5 100644 --- a/src/views/workbench/index.vue +++ b/src/views/workbench/index.vue @@ -1,6 +1,156 @@ @@ -10,7 +160,12 @@ export default { name: "workbench", components: { workbenchHeader }, data() { - return {}; + return { + iconWidthHeight: "1.2rem", + iconList: { + attendance: "../../static/images/icon.png", + }, + }; }, mounted() {}, methods: {}, @@ -19,5 +174,41 @@ export default { \ No newline at end of file diff --git a/static/images/icon.png b/static/images/icon.png new file mode 100644 index 00000000..5d91cca4 Binary files /dev/null and b/static/images/icon.png differ diff --git a/static/images/login-logo.png b/static/images/login-logo.png new file mode 100644 index 00000000..611c7ac6 Binary files /dev/null and b/static/images/login-logo.png differ