fix: 项目任务列表甘特图鼠标悬停图标或文案时样式变为手指

This commit is contained in:
韦荣超 2022-03-14 14:41:04 +08:00
parent 2e7ff88be6
commit 7161b14631
7 changed files with 7 additions and 20 deletions

View File

@ -2,10 +2,10 @@
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
autostart=true

2
public/css/app.css vendored

File diff suppressed because one or more lines are too long

2
public/js/app.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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
*/

View File

@ -97,6 +97,7 @@
margin-right: 2px;
font-size: 16px;
color: #888888;
cursor: pointer;
}
}
}

View File

@ -244,7 +244,7 @@
.project-gantt-item {
padding-left: 5px;
display: flex;
cursor: pointer;
&.active {
color: $primary-color;
}
@ -258,6 +258,7 @@
.gantt-name {
font-size: 13px;
padding-top: 6%;
cursor: pointer;
}
}
}