mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-07 05:13:11 +00:00
no message
This commit is contained in:
parent
712f9e07b7
commit
952d060e2f
@ -11,7 +11,7 @@ use App\Module\Timer;
|
|||||||
* @property int $id
|
* @property int $id
|
||||||
* @property string|null $name
|
* @property string|null $name
|
||||||
* @property string|null $desc 参数描述、备注
|
* @property string|null $desc 参数描述、备注
|
||||||
* @property string|null $setting
|
* @property array $setting
|
||||||
* @property \Illuminate\Support\Carbon|null $created_at
|
* @property \Illuminate\Support\Carbon|null $created_at
|
||||||
* @property \Illuminate\Support\Carbon|null $updated_at
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|AbstractModel cancelAppend()
|
* @method static \Illuminate\Database\Eloquent\Builder|AbstractModel cancelAppend()
|
||||||
@ -36,7 +36,7 @@ class Setting extends AbstractModel
|
|||||||
/**
|
/**
|
||||||
* 格式化设置参数
|
* 格式化设置参数
|
||||||
* @param $value
|
* @param $value
|
||||||
* @return array|mixed
|
* @return array
|
||||||
*/
|
*/
|
||||||
public function getSettingAttribute($value)
|
public function getSettingAttribute($value)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
@import "project-panel";
|
@import "project-panel";
|
||||||
@import "project-workflow";
|
@import "project-workflow";
|
||||||
@import "project-permission";
|
@import "project-permission";
|
||||||
@import "project-task-template";
|
@import "project-task-template-and-tag";
|
||||||
@import "task-add";
|
@import "task-add";
|
||||||
@import "task-add-simple";
|
@import "task-add-simple";
|
||||||
@import "task-archived";
|
@import "task-archived";
|
||||||
|
|||||||
@ -97,6 +97,40 @@
|
|||||||
padding: 0 12px;
|
padding: 0 12px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
|
||||||
|
> i {
|
||||||
|
margin: 0 -2px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.tag-item {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
margin-bottom: 16px;
|
||||||
|
padding: 16px;
|
||||||
|
border: 1px solid #F4F4F5;
|
||||||
|
border-radius: 4px;
|
||||||
|
.tag-contents {
|
||||||
|
.tag-title {
|
||||||
|
height: 22px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
color: $primary-title-color;
|
||||||
|
}
|
||||||
|
.tag-desc {
|
||||||
|
margin-top: 4px;
|
||||||
|
color: $primary-text-color;
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.tag-actions {
|
||||||
|
> button {
|
||||||
|
margin: 8px 0 8px 8px;
|
||||||
|
height: 28px;
|
||||||
|
padding: 0 12px;
|
||||||
|
font-size: 13px;
|
||||||
|
|
||||||
> i {
|
> i {
|
||||||
margin: 0 -2px;
|
margin: 0 -2px;
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user