From 023afca2aa4ae3128d19d6eeb0bbcd20a78bf125 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 12 三月 2024 15:36:52 +0800
Subject: [PATCH] #
---
/dev/null | 8 --------
zy-asrs-flow/src/pages/map/components/settings.jsx | 1 -
zy-asrs-flow/src/pages/map/components/device.jsx | 1 -
zy-asrs-flow/src/pages/map/components/subSettings.jsx | 1 -
4 files changed, 0 insertions(+), 11 deletions(-)
diff --git a/zy-asrs-flow/src/pages/map/components/device.jsx b/zy-asrs-flow/src/pages/map/components/device.jsx
index 948d8d3..5e3f444 100644
--- a/zy-asrs-flow/src/pages/map/components/device.jsx
+++ b/zy-asrs-flow/src/pages/map/components/device.jsx
@@ -3,7 +3,6 @@
import { FormattedMessage, useIntl, useModel } from '@umijs/max';
import * as PIXI from 'pixi.js';
import { createStyles } from 'antd-style';
-import './index.css'
const useStyles = createStyles(({ token, css }) => {
let dark = token.colorBgBase === '#000';
diff --git a/zy-asrs-flow/src/pages/map/components/index.css b/zy-asrs-flow/src/pages/map/components/index.css
deleted file mode 100644
index 98a2802..0000000
--- a/zy-asrs-flow/src/pages/map/components/index.css
+++ /dev/null
@@ -1,8 +0,0 @@
-/* .ant-card .ant-card-body {
- padding: 0;
-}
-
-.ant-card-bordered {
- border-right: none;
- border-bottom: none;
-} */
diff --git a/zy-asrs-flow/src/pages/map/components/settings.jsx b/zy-asrs-flow/src/pages/map/components/settings.jsx
index 52fe683..b98bb02 100644
--- a/zy-asrs-flow/src/pages/map/components/settings.jsx
+++ b/zy-asrs-flow/src/pages/map/components/settings.jsx
@@ -2,7 +2,6 @@
import { Col, Form, Input, Row, Checkbox, Slider, Select, Drawer, Space, Button, InputNumber, Card } from 'antd';
import { FormattedMessage, useIntl, useModel } from '@umijs/max';
import { createStyles } from 'antd-style';
-import './index.css';
import * as Utils from '../utils'
import * as PIXI from 'pixi.js';
import moment from 'moment';
diff --git a/zy-asrs-flow/src/pages/map/components/subSettings.jsx b/zy-asrs-flow/src/pages/map/components/subSettings.jsx
index ed12951..5a54d4f 100644
--- a/zy-asrs-flow/src/pages/map/components/subSettings.jsx
+++ b/zy-asrs-flow/src/pages/map/components/subSettings.jsx
@@ -2,7 +2,6 @@
import { Col, Form, Input, Row, Checkbox, Slider, Select, Drawer, Space, Button, InputNumber, Switch } from 'antd';
import { FormattedMessage, useIntl, useModel } from '@umijs/max';
import { createStyles } from 'antd-style';
-import './index.css';
import * as Utils from '../utils'
import * as PIXI from 'pixi.js';
import Http from '@/utils/http';
--
Gitblit v1.9.1