hanbaoshan
2020-07-29 fa88c82524447e1e978637ff7f7dc7a3af20b956
src/pages/desktop/index/components/Tools.vue
@@ -1,6 +1,6 @@
<template>
  <div class="tools">
    <div class="center">
      <div class="tools-left">
        <div
          :class="['tools-icon','tools-show-desktop', {clicked:this.$store.state.desktop.preferenceVisiable}]"
@@ -50,7 +50,7 @@
          ></span>
        </div> -->
      </div>
    </div>
  </div>
</template>
@@ -150,7 +150,7 @@
  width: 200px;
  height: 100%;
  float: left;
  margin-left: 8px;
  margin-left: 14px;
}
.tools .tools-middle{
  float: left;
@@ -206,5 +206,6 @@
.tools .tools-right {
  float: right;
  height: 100%;
  margin-right: 14px;
}
</style>