• This project
    • Loading...
  • Sign in

Hooke / lls_program

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
  • lls_program
  • src
  • pages
  • Dashboard
  • index.less
  • hookehuyr's avatar
    refactor(Dashboard): 将样式从vue文件移动到单独的less文件 · ea70ab47 ...
    ea70ab47
    将Dashboard页面的样式从vue文件中提取到单独的index.less文件,提高代码可维护性
    hookehuyr authored 2025-09-10 20:26:32 +0800
index.less 355 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
.points-rule-tip {
  position: absolute;
  // background-color: white;
  top: 0rpx;
  right: 0rpx;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 999;
  cursor: pointer;
}

.tip-icon {
  font-size: 32rpx;
  margin-bottom: 4rpx;
}

.tip-text {
  font-size: 20rpx;
  color: #666;
  line-height: 1;
}