Commit 08fa64f8 authored by zhengke's avatar zhengke

修改样式

parent 4df49f47
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
overflow: hidden; overflow: hidden;
width: 100%; width: 100%;
padding-right:10px;
} }
.sche_List_in { .sche_List_in {
...@@ -306,7 +307,7 @@ ...@@ -306,7 +307,7 @@
<template v-if="WorkObj.ItemType==2"> <template v-if="WorkObj.ItemType==2">
<div style="margin:10px 20px;"> <div style="margin:10px 20px;">
<template v-if="workAuthObj.isShowEditAndDelete"> <template v-if="workAuthObj.isShowEditAndDelete">
<span v-if="!isShowSure&&WorkObj.WorkContent" @click="isShowSure=true">{{WorkObj.WorkContent}}</span> <span v-if="!isShowSure&&WorkObj.WorkContent" title="点击进行修改" @click="isShowSure=true">{{WorkObj.WorkContent}}</span>
<el-input v-else v-model="WorkObj.WorkContent" @focus="isShowSure=true" placeholder="完成情况怎么样"> <el-input v-else v-model="WorkObj.WorkContent" @focus="isShowSure=true" placeholder="完成情况怎么样">
</el-input> </el-input>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment