Przeglądaj źródła

修正展示界面的add/remove

Z F 7 lat temu
rodzic
commit
86bc00b546

Plik diff jest za duży
+ 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,

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików