mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-15 03:08:11 +00:00
perf: 取消置顶标签
This commit is contained in:
parent
bacbf2e3cb
commit
4c163a8092
@ -36,7 +36,6 @@
|
||||
</template>
|
||||
<h2>{{dialogData.name}}</h2>
|
||||
<em v-if="peopleNum > 0">({{peopleNum}})</em>
|
||||
<label v-if="dialogData.top_at" class="top-text">{{$L('置顶')}}</label>
|
||||
</div>
|
||||
<template v-if="dialogData.type === 'group'">
|
||||
<div v-if="dialogData.group_type === 'project'" class="sub-title pointer" @click="openProject">
|
||||
|
||||
@ -7,7 +7,6 @@
|
||||
<i class="taskfont"></i>
|
||||
</div>
|
||||
<h1>{{projectData.name}}</h1>
|
||||
<label v-if="projectData.top_at" class="top-text">{{$L('置顶')}}</label>
|
||||
<div v-if="loading" class="project-load"><Loading/></div>
|
||||
</div>
|
||||
<ul class="project-icons">
|
||||
|
||||
8
resources/assets/sass/dark.scss
vendored
8
resources/assets/sass/dark.scss
vendored
@ -86,11 +86,6 @@ body.dark-mode-reverse {
|
||||
|
||||
.project-panel {
|
||||
.project-titbox {
|
||||
.project-title {
|
||||
.top-text {
|
||||
color: #000000;
|
||||
}
|
||||
}
|
||||
.project-icons {
|
||||
> li {
|
||||
&.project-icon {
|
||||
@ -159,9 +154,6 @@ body.dark-mode-reverse {
|
||||
> h2 {
|
||||
color: #555;
|
||||
}
|
||||
.top-text {
|
||||
color: #000000;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -143,19 +143,6 @@
|
||||
font-weight: 500;
|
||||
padding-left: 6px;
|
||||
}
|
||||
|
||||
.top-text {
|
||||
flex-shrink: 0;
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
padding: 0 6px;
|
||||
border-radius: 4px;
|
||||
margin-left: 10px;
|
||||
background-color: $primary-color;
|
||||
color: #FFFFFF;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
.sub-title {
|
||||
|
||||
@ -26,18 +26,6 @@
|
||||
height: 22px;
|
||||
}
|
||||
}
|
||||
.top-text {
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
border-radius:4px;
|
||||
padding: 0 6px;
|
||||
margin-top: 3px;
|
||||
margin-left: 10px;
|
||||
background-color: $primary-color;
|
||||
color:#FFFFFF;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
.project-icons {
|
||||
float: right;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user