Browse Source

css整理

main
1319612909 4 years ago
parent
commit
79319e0ab1
  1. 1
      web/debug.log
  2. 12
      web/src/style/basics.scss
  3. 711
      web/src/style/main.scss
  4. 2
      web/src/view/dashboard/index.vue
  5. 2
      web/src/view/example/simpleUploader/simpleUploader.vue

1
web/debug.log

@ -0,0 +1 @@
[1110/113210.377:ERROR:directory_reader_win.cc(43)] FindFirstFile: 系统找不到指定的路径。 (0x3)

12
web/src/style/basics.scss

@ -4,12 +4,20 @@ $icon-size:17px;
$active-color:#1890ff;
$bg-main:#f0f2f5;
$border-color: #f4f4f4;
$white-bg:#fff;
$el-icon-small:30px;
$el-icon-mini:24px;
// aside
$width-aside:220px;
$width-hideside-aside:54px;
$width-mobile-aside:210px;
$color-aside:rgba(255, 255, 255,.9);
$icon-arrow-size-aside:12px;
$width-submenu-aside:55px;
$bg-aside:#191a23;
$height-aside-tilte:64px;
$height-aside-img:30px;
$width-aside-img:30px;
// header
$height-header: 60px;
// nav-scroll
@ -22,3 +30,5 @@ $border-color-table:#ededed;
$height-table-cell:45px;
$color-table-tbody:#595959;
$color-table-thead:#262626;
// dashboard
$height-car:68px;

711
web/src/style/main.scss
File diff suppressed because it is too large
View File

2
web/src/view/dashboard/index.vue

@ -6,7 +6,7 @@
<span class="card-img"> <img :src="userInfo.headerImg" alt="" > </span>
<div class="text"><h4>早安管理员 请开始您一天的工作吧</h4>
<p class="tips-text">
<i class="el-icon-sunny"></i>
<i class="el-icon-sunny el-icon"></i>
<span>今日晴0 - 10天气寒冷注意添加衣物</span>
</p>
</div>

2
web/src/view/example/simpleUploader/simpleUploader.vue

@ -147,7 +147,7 @@ export default {
.uploader-example {
width: 880px;
padding: 15px;
margin: 40px auto 0;
margin: 115px 15px 20px;
font-size: 12px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

Loading…
Cancel
Save