sr 4 年之前
父节点
当前提交
0d241b1e77

+ 2 - 1
ruoyi-ui/src/components/SignNumArr/index.vue

@@ -84,9 +84,10 @@
   .sign_box {
     // padding-left: 12px;
     width: calc(100% - 160px);
-    overflow-x: scroll;
+    overflow-x: scroll;
      white-space: nowrap;
 
+
     .sign_item {
       cursor: pointer;
       float: left;

+ 2 - 1
ruoyi-ui/src/layout/components/Navbar.vue

@@ -257,7 +257,8 @@ export default {
 .sign_box {
     // padding-left: 12px;
     width: calc(100% - 160px);
-    overflow-x: scroll;
+    overflow-x: scroll;
+    float: left;
      white-space: nowrap;
 
     .sign_item {

+ 1 - 1
ruoyi-ui/src/settings.js

@@ -1,6 +1,6 @@
 module.exports = {
   title: '潜山市云数据中心',
-  urls: `http://192.168.101.10:7090`,
+  urls: `http://192.168.101.10:8090`,
 
   /**
    * 侧边栏主题 深色主题theme-dark,浅色主题theme-light