sr преди 4 години
родител
ревизия
0d241b1e77
променени са 3 файла, в които са добавени 5 реда и са изтрити 3 реда
  1. 2 1
      ruoyi-ui/src/components/SignNumArr/index.vue
  2. 2 1
      ruoyi-ui/src/layout/components/Navbar.vue
  3. 1 1
      ruoyi-ui/src/settings.js

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

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

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

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

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

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