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