revive пре 4 година
родитељ
комит
f84afd1fa4
4 измењених фајлова са 9 додато и 5 уклоњено
  1. +2
    -2
      public/static/css/main.css
  2. +4
    -1
      src/views/main_web/time.vue
  3. +1
    -1
      src/views/main_web/workspace/components/file-item.vue
  4. +2
    -1
      src/views/main_web/workspace/components/workLine.vue

+ 2
- 2
public/static/css/main.css Прегледај датотеку

@@ -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{


+ 4
- 1
src/views/main_web/time.vue Прегледај датотеку

@@ -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";


+ 1
- 1
src/views/main_web/workspace/components/file-item.vue Прегледај датотеку

@@ -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() {


+ 2
- 1
src/views/main_web/workspace/components/workLine.vue Прегледај датотеку

@@ -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: {


Loading…
Откажи
Сачувај