@@ -5212,7 +5212,7 @@ box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25); | |||||
-webkit-box-orient: vertical; | -webkit-box-orient: vertical; | ||||
-webkit-line-clamp: 1; | -webkit-line-clamp: 1; | ||||
overflow: hidden; | overflow: hidden; | ||||
font-size: 15px; | |||||
/* font-size: 15px; */ | |||||
} | } | ||||
.el-button--text:hover,.el-button--text:focus{ | .el-button--text:hover,.el-button--text:focus{ | ||||
background-color: transparent; | background-color: transparent; | ||||
@@ -7738,7 +7738,7 @@ li.secondMenu ul li:hover { | |||||
} | } | ||||
.anniuweizhi{ | .anniuweizhi{ | ||||
position: absolute; | position: absolute; | ||||
left: -40px; | |||||
left: -30px; | |||||
top: 14px; | top: 14px; | ||||
} | } | ||||
.workbtn:hover{ | .workbtn:hover{ | ||||
@@ -2,7 +2,7 @@ | |||||
<!-- 系统时间 --> | <!-- 系统时间 --> | ||||
<div class="section_item fl section_item_aside_fl" v-if="cnName"> | <div class="section_item fl section_item_aside_fl" v-if="cnName"> | ||||
<h1>{{ nowTime }}</h1> | <h1>{{ nowTime }}</h1> | ||||
<div> | |||||
<div class="nowTime"> | |||||
<span class="nowshijian">{{ nowDate }}</span> | <span class="nowshijian">{{ nowDate }}</span> | ||||
<span class="nowshijian">{{ welcome }}{{cnName}}</span> | <span class="nowshijian">{{ welcome }}{{cnName}}</span> | ||||
</div> | </div> | ||||
@@ -13,6 +13,9 @@ | |||||
[v-cloak] { | [v-cloak] { | ||||
display: none !important; | display: none !important; | ||||
} | } | ||||
.nowTime{ | |||||
margin-left: 6px; | |||||
} | |||||
</style> | </style> | ||||
<script> | <script> | ||||
import commonJs from "@/common/webCommon"; | import commonJs from "@/common/webCommon"; | ||||
@@ -245,7 +245,7 @@ export default { | |||||
} | } | ||||
}, | }, | ||||
mounted() { | mounted() { | ||||
this.downLoadIconHeight = document.querySelector('.downloadIcon').offsetHeight; | |||||
// this.downLoadIconHeight = document.querySelector('.downloadIcon').offsetHeight; | |||||
this.domFileName = document.querySelector('.yiyunwenjian_name'); | this.domFileName = document.querySelector('.yiyunwenjian_name'); | ||||
}, | }, | ||||
data() { | data() { | ||||
@@ -181,7 +181,7 @@ | |||||
<!-- 我的文件title --> | <!-- 我的文件title --> | ||||
<div :class="'yiyun_file_box bgwirte'"> | <div :class="'yiyun_file_box bgwirte'"> | ||||
<div class="yiyun_Headtitle_center"> | <div class="yiyun_Headtitle_center"> | ||||
<div class="yiyun-col-8 worktitlebox overflowinit"> | |||||
<div class="yiyun-col-8 worktitlebox overflowinit" :style="'margin-left:-13px'"> | |||||
<i | <i | ||||
class="icon iconfont icon_small-icon_small_shouqi workbtn anniuweizhi rota180 drakbg" | class="icon iconfont icon_small-icon_small_shouqi workbtn anniuweizhi rota180 drakbg" | ||||
v-show=" | v-show=" | ||||
@@ -258,6 +258,7 @@ export default { | |||||
isShowworklink: false, | isShowworklink: false, | ||||
workheight: "", //工作链高度 | workheight: "", //工作链高度 | ||||
projId:sessionStorage.projId, | projId:sessionStorage.projId, | ||||
groupLength:5, | |||||
}; | }; | ||||
}, | }, | ||||
methods: { | methods: { | ||||