mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-23 09:20:44 +00:00
fix: 项目任务列表甘特图鼠标悬停图标或文案时样式变为手指
This commit is contained in:
parent
2e7ff88be6
commit
7161b14631
@ -2,10 +2,10 @@
|
|||||||
directory=/var/www
|
directory=/var/www
|
||||||
|
|
||||||
# 生产环境
|
# 生产环境
|
||||||
command=php bin/laravels start -i
|
#command=php bin/laravels start -i
|
||||||
|
|
||||||
# 开发环境
|
# 开发环境
|
||||||
#command=./bin/inotify ./app
|
command=./bin/inotify ./app
|
||||||
|
|
||||||
numprocs=1
|
numprocs=1
|
||||||
autostart=true
|
autostart=true
|
||||||
|
|||||||
2
public/css/app.css
vendored
2
public/css/app.css
vendored
File diff suppressed because one or more lines are too long
2
public/js/app.js
vendored
2
public/js/app.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/115.js
vendored
2
public/js/build/115.js
vendored
File diff suppressed because one or more lines are too long
@ -1,13 +0,0 @@
|
|||||||
/*!
|
|
||||||
* clipboard.js v2.0.8
|
|
||||||
* https://clipboardjs.com/
|
|
||||||
*
|
|
||||||
* Licensed MIT © Zeno Rocha
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**!
|
|
||||||
* Sortable 1.10.2
|
|
||||||
* @author RubaXa <trash@rubaxa.org>
|
|
||||||
* @author owenm <owen23355@gmail.com>
|
|
||||||
* @license MIT
|
|
||||||
*/
|
|
||||||
@ -97,6 +97,7 @@
|
|||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #888888;
|
color: #888888;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -244,7 +244,7 @@
|
|||||||
.project-gantt-item {
|
.project-gantt-item {
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
cursor: pointer;
|
||||||
&.active {
|
&.active {
|
||||||
color: $primary-color;
|
color: $primary-color;
|
||||||
}
|
}
|
||||||
@ -258,6 +258,7 @@
|
|||||||
.gantt-name {
|
.gantt-name {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
padding-top: 6%;
|
padding-top: 6%;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user