小宝贝 2 жил өмнө
parent
commit
c94f5a6ce0

+ 4 - 2
ruoyi-ui/src/layout/components/TagsView/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <!-- <div id="tags-view-container" class="tags-view-container">
+  <div id="tags-view-container" class="tags-view-container">
     <scroll-pane ref="scrollPane" class="tags-view-wrapper" @scroll="handleScroll">
       <router-link
         v-for="tag in visitedViews"
@@ -25,7 +25,7 @@
       <li v-if="!isLastView()" @click="closeRightTags"><i class="el-icon-right"></i> 关闭右侧</li>
       <li @click="closeAllTags(selectedTag)"><i class="el-icon-circle-close"></i> 全部关闭</li>
     </ul>
-  </div> -->
+  </div>
 </template>
 
 <script>
@@ -238,6 +238,8 @@ export default {
 </script>
 
 <style lang="scss" scoped>
+
+
 .tags-view-container {
   height: 34px;
   width: 100%;

+ 6 - 6
ruoyi-ui/src/layout/index.vue

@@ -201,20 +201,20 @@ export default {
   margin-top: 18px;
 }
 
-.bar {
+/* .bar {
   width: 43.75rem;
   height: 10px;
   text-align: center;
   line-height: 100px;
   position: fixed;
-}
+} */
 
 .imgg {
-  width: 353px;
-  height: 45px;
+  width: 553px;
+  height: 80px;
   float: left;
-  margin-top: 28px;
-  margin-left: 50px;
+  margin-top: 15px;
+  /* margin-left: 50px; */
 }
 .spann {
   text-align: center;

+ 3 - 0
ruoyi-ui/src/main.js

@@ -9,6 +9,7 @@ import '@/assets/styles/index.scss' // global css
 import '@/assets/styles/ruoyi.scss' // ruoyi css
 import App from './App'
 import store from './store'
+
 import router from './router'
 import directive from './directive' // directive
 import plugins from './plugins' // plugins
@@ -40,6 +41,8 @@ import DictData from '@/components/DictData'
 
 import JsonExcel from 'vue-json-excel'
 
+
+
 // 全局方法挂载
 Vue.prototype.getDicts = getDicts
 Vue.prototype.getConfigKey = getConfigKey

+ 0 - 1
ruoyi-ui/src/views/login.vue

@@ -126,7 +126,6 @@
           @keyup.enter.native="handleLogin"
           show-password
         >
-         验证码呢?上面有呀
         </el-input>
         <div class="login-code">
           <img :src="codeUrl" @click="getCode" class="login-code-img" />