mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 11:19:56 +00:00
style:调整代码格式,未修改代码逻辑
This commit is contained in:
parent
dc057b5ca7
commit
5c00a28920
@ -97,7 +97,7 @@
|
|||||||
<div class="item-label" slot="label">
|
<div class="item-label" slot="label">
|
||||||
<EDropdown ref="eDropdownRef" trigger="click" placement="bottom" @command="dropVisible">
|
<EDropdown ref="eDropdownRef" trigger="click" placement="bottom" @command="dropVisible">
|
||||||
<span cclass="dashed-text">{{$L('可见性')}}
|
<span cclass="dashed-text">{{$L('可见性')}}
|
||||||
<i class="taskfont" style="font-size: 10px;margin-right: 0;"></i>
|
<i class="taskfont"></i>
|
||||||
</span>
|
</span>
|
||||||
<EDropdownMenu slot="dropdown">
|
<EDropdownMenu slot="dropdown">
|
||||||
<EDropdownItem :command="1">
|
<EDropdownItem :command="1">
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
<span :class="taskDetail.flow_item_status" @click.stop="openMenu($event, taskDetail)">{{taskDetail.flow_item_name}}</span>
|
<span :class="taskDetail.flow_item_status" @click.stop="openMenu($event, taskDetail)">{{taskDetail.flow_item_name}}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="subtask-name">
|
<div class="subtask-name">
|
||||||
<Input style="min-width: 80px;"
|
<Input
|
||||||
v-model="taskDetail.name"
|
v-model="taskDetail.name"
|
||||||
ref="name"
|
ref="name"
|
||||||
type="textarea"
|
type="textarea"
|
||||||
@ -205,8 +205,8 @@
|
|||||||
<div class="item-label" slot="label">
|
<div class="item-label" slot="label">
|
||||||
<i class="taskfont"></i>
|
<i class="taskfont"></i>
|
||||||
<EDropdown ref="eDropdownRef" trigger="click" placement="bottom" @command="dropVisible">
|
<EDropdown ref="eDropdownRef" trigger="click" placement="bottom" @command="dropVisible">
|
||||||
<span class="dashed-text" style="color: #bbbbbb; ">{{$L('可见性')}}
|
<span class="dashed-text color">{{$L('可见性')}}
|
||||||
<i class="taskfont" style="font-size: 10px;margin-right: 0;"></i>
|
<i class="taskfont"></i>
|
||||||
</span>
|
</span>
|
||||||
<EDropdownMenu slot="dropdown">
|
<EDropdownMenu slot="dropdown">
|
||||||
<EDropdownItem :command="1">
|
<EDropdownItem :command="1">
|
||||||
@ -1583,19 +1583,3 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style scoped>
|
|
||||||
::v-deep .ivu-poptip-rel {
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
::v-deep .sub-time {
|
|
||||||
color: #BBBBBB;
|
|
||||||
}
|
|
||||||
.dashed-text{
|
|
||||||
cursor: pointer;
|
|
||||||
border-bottom: 1px dashed #acacac;
|
|
||||||
}
|
|
||||||
.dashed-text .taskfont{
|
|
||||||
font-size: 10px;
|
|
||||||
margin-right: 0;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
@ -376,6 +376,7 @@
|
|||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
display: flex;
|
display: flex;
|
||||||
.ivu-input {
|
.ivu-input {
|
||||||
|
min-width: 80px;
|
||||||
margin: -2px 0;
|
margin: -2px 0;
|
||||||
padding: 4px 0;
|
padding: 4px 0;
|
||||||
resize: none;
|
resize: none;
|
||||||
@ -428,6 +429,17 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.dashed-text{
|
||||||
|
cursor: pointer;
|
||||||
|
border-bottom: 1px dashed #acacac;
|
||||||
|
&.color{
|
||||||
|
color: #bbbbbb;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.dashed-text .taskfont{
|
||||||
|
font-size: 10px;
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.add {
|
.add {
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user