Commit 2270f745 by qiaoyanqi

代码修改

parent 1ecbe7ea
...@@ -334,7 +334,6 @@ ...@@ -334,7 +334,6 @@
#upload .filelist li p.title { #upload .filelist li p.title {
position: absolute; position: absolute;
top: 0;
left: 0; left: 0;
width: 100%; width: 100%;
overflow: hidden; overflow: hidden;
...@@ -744,7 +743,7 @@ ...@@ -744,7 +743,7 @@
height: 21px; height: 21px;
line-height: 21px; line-height: 21px;
float: left; float: left;
dislay: block; display: block;
} }
#search .searchType { #search .searchType {
...@@ -754,10 +753,9 @@ ...@@ -754,10 +753,9 @@
line-height: 28px; line-height: 28px;
border: 1px solid #d7d7d7; border: 1px solid #d7d7d7;
border-radius: 0; border-radius: 0;
vertical-align: top;
margin-left: 5px; margin-left: 5px;
float: left; float: left;
dislay: block; display: block;
} }
#search #searchBtn, #search #searchBtn,
......
...@@ -230,7 +230,6 @@ span.view{display: inline-block;width: 30px;float: right;cursor: pointer;color: ...@@ -230,7 +230,6 @@ span.view{display: inline-block;width: 30px;float: right;cursor: pointer;color:
#upload .filelist li p.title { #upload .filelist li p.title {
position: absolute; position: absolute;
top: 0;
left: 0; left: 0;
width: 100%; width: 100%;
overflow: hidden; overflow: hidden;
......
...@@ -1065,11 +1065,11 @@ div.edui-box { ...@@ -1065,11 +1065,11 @@ div.edui-box {
-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2); box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
background:#ffffff;
-webkit-background-clip: padding-box; -webkit-background-clip: padding-box;
-moz-background-clip: padding; -moz-background-clip: padding;
background-clip: padding-box; background-clip: padding-box;
padding: 5px; padding: 5px;
background:#ffffff;
} }
.edui-default .edui-popup .edui-bordereraser { .edui-default .edui-popup .edui-bordereraser {
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<template> <template>
<div class="preview-pc-root-panel"> <div class="preview-pc-root-panel">
<div class="preview-pc-title-panel"> <div class="preview-pc-title-panel">
<div style="float:left;heiht:100%;padding-left:10px;padding-top:13px;"> <div style="float:left;height:100%;padding-left:10px;padding-top:13px;">
<img :src="enterpriseIcon" style="height:22px;"/> <img :src="enterpriseIcon" style="height:22px;"/>
</div> </div>
</div> </div>
......
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
padding-right: 30px; padding-right: 30px;
margin-left: -20px; margin-left: -20px;
} }
.search-input:focus,search-input:hover{ .search-input:focus,.search-input:hover{
border-color: @primary-color; border-color: @primary-color;
outline: 0; outline: 0;
box-shadow: 0 0 0 2px rgba(45,140,240,.2); box-shadow: 0 0 0 2px rgba(45,140,240,.2);
......
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