• This project
    • Loading...
  • Sign in

Hooke / tswj

Itomix
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • tswj
  • src
  • settings
  • designSetting.js
  • hookehuyr's avatar
    路由跳转方式调整优化 · a14570e1
    a14570e1
    hookehuyr authored 2022-05-26 19:34:02 +0800
designSetting.js 366 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
import { ref } from 'vue';

export const styleObject1 = ref({
  backgroundColor: '#FFFFFF',
  color: '#0B3A72',
  borderColor: '#0B3A72'
})

export const styleObject2 = ref({
  backgroundColor: '#F9D95C',
  color: '#0B3A72',
  borderColor: '#F9D95C'
})

export const styleObject3 = ref({
  backgroundColor: '#F4675A',
  color: '#FFFFFF',
  borderColor: '#F4675A'
})