Procházet zdrojové kódy

修正展示界面的add/remove

Z F před 7 roky
rodič
revize
86bc00b546

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 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,

Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů