Explorar o código

修正展示界面的add/remove

Z F %!s(int64=7) %!d(string=hai) anos
pai
achega
86bc00b546
Modificáronse 3 ficheiros con 2 adicións e 2 borrados
  1. 0 0
      build/react-dragger-layout.js
  2. 1 1
      dist/AddRemove/index.js
  3. 1 1
      src/AddRemove/index.tsx

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
build/react-dragger-layout.js


+ 1 - 1
dist/AddRemove/index.js

@@ -76,7 +76,7 @@ var AddRemove = /** @class */ (function (_super) {
         var _this = this;
         var margin = [5, 5];
         var dragactInit = {
-            width: 800,
+            width: 600,
             col: 12,
             rowHeight: 800 / 12,
             margin: margin,

+ 1 - 1
src/AddRemove/index.tsx

@@ -71,7 +71,7 @@ export class AddRemove extends React.Component<{}, {}> {
     render() {
         const margin: [number, number] = [5, 5];
         const dragactInit = {
-            width: 800,
+            width: 600,
             col: 12,
             rowHeight: 800 / 12,
             margin: margin,

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio