样式美化

yanzili 3 years ago
parent e068f409b6
commit 1f18844aca

File diff suppressed because it is too large Load Diff

@ -1,8 +1,8 @@
@font-face { @font-face {
font-family: "iconfont"; /* Project id 1513211 */ font-family: "iconfont"; /* Project id 1513211 */
src: url('iconfont.woff2?t=1624608582557') format('woff2'), src: url('iconfont.woff2?t=1624613153423') format('woff2'),
url('iconfont.woff?t=1624608582557') format('woff'), url('iconfont.woff?t=1624613153423') format('woff'),
url('iconfont.ttf?t=1624608582557') format('truetype'); url('iconfont.ttf?t=1624613153423') format('truetype');
} }
.iconfont { .iconfont {
@ -13,6 +13,10 @@
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.iconzhankai:before {
content: "\e631";
}
.iconexcel:before { .iconexcel:before {
content: "\e650"; content: "\e650";
} }

File diff suppressed because one or more lines are too long

@ -5,6 +5,13 @@
"css_prefix_text": "icon", "css_prefix_text": "icon",
"description": "", "description": "",
"glyphs": [ "glyphs": [
{
"icon_id": "11990084",
"name": "展 开 ",
"font_class": "zhankai",
"unicode": "e631",
"unicode_decimal": 58929
},
{ {
"icon_id": "1990758", "icon_id": "1990758",
"name": "excel", "name": "excel",

@ -44,7 +44,7 @@
<div class="layout-left-fold" <div class="layout-left-fold"
:style="{ width: widthLeftForToolsHideButton + 'px' }" :style="{ width: widthLeftForToolsHideButton + 'px' }"
@click="toolIsShow = !toolIsShow"> @click="toolIsShow = !toolIsShow">
<i class="iconfont iconfold" /> <i class="iconfont iconzhankai" />
</div> </div>
<div class="layout-middle" <div class="layout-middle"
@ -604,18 +604,24 @@ export default {
display: -ms-flexbox; display: -ms-flexbox;
display: flex; display: flex;
height: 100%; height: 100%;
-webkit-box-align: center; -webkit-box-align: bottom;
-ms-flex-align: center; -ms-flex-align: bottom;
align-items: center; align-items: bottom;
font-size: 12px; font-size: 12px;
overflow: hidden; overflow: hidden;
background-color: #171b22; background-color: #455766;
cursor: pointer; cursor: pointer;
i { i {
font-size: 40px; font-size: 22px;
width: 15px; width: 18px;
margin-left: -15px; height: 23px;
color: #bcc9d4; margin-left: 0px;
color: #5a83bb;
transform: rotate(180deg);
-ms-transform: rotate(180deg); /* IE 9 */
-moz-transform: rotate(180deg); /* Firefox */
-webkit-transform: rotate(180deg); /* Safari 和 Chrome */
-o-transform: rotate(180deg); /* Opera */
} }
} }
@ -624,12 +630,10 @@ export default {
position: relative; position: relative;
//width: calc(100% - 445px); //width: calc(100% - 445px);
height: 100%; height: 100%;
background-color: #4f4f4ff0; background-color: #455766;
box-sizing: border-box; box-sizing: border-box;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
border: 1px solid #dcdee2; border: 1px solid #455766;
border-color: #e8eaec;
border-radius: 4px;
align-items: center; align-items: center;
vertical-align: middle; vertical-align: middle;
.top-button { .top-button {
@ -637,10 +641,10 @@ export default {
flex-direction: row; flex-direction: row;
height: 40px; height: 40px;
line-height: 40px; line-height: 40px;
margin-left: 100px; margin-left: 9px;
.btn { .btn {
color: #409eff; color: #cde8ff;
width: 53px; width: 36px;
text-align: center; text-align: center;
display: block; display: block;
cursor: pointer; cursor: pointer;
@ -692,7 +696,7 @@ export default {
} }
.el-tabs__content { .el-tabs__content {
background-color: #263445; background-color: #263445;
height: calc(100vh - 40px); height: calc(100vh - 39px);
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; overflow-y: auto;
.el-tab-pane { .el-tab-pane {
@ -714,12 +718,12 @@ export default {
} }
&::-webkit-scrollbar-track { &::-webkit-scrollbar-track {
box-shadow: 1px 1px 5px rgba(55, 175, 255, 0.5) inset; box-shadow: 1px 1px 5px rgba(116, 148, 170, 0.5) inset;
} }
&::-webkit-scrollbar-thumb { &::-webkit-scrollbar-thumb {
min-height: 20px; min-height: 20px;
background-clip: content-box; background-clip: content-box;
box-shadow: 0 0 0 5px rgba(55, 175, 255, 0.5) inset; box-shadow: 0 0 0 5px rgba(116, 148, 170, 0.5) inset;
} }
&::-webkit-scrollbar-corner { &::-webkit-scrollbar-corner {
background: transparent; background: transparent;

Loading…
Cancel
Save