Browse Source

fix:删除本地背景图

confidence
杜贤金 3 years ago
parent
commit
e7c2d122c9
  1. BIN
      public/img/bg/bg.png
  2. BIN
      public/img/bg/logo.png
  3. 4
      src/views/communicationmanage/device/device.vue

BIN
public/img/bg/bg.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 MiB

BIN
public/img/bg/logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 463 KiB

4
src/views/communicationmanage/device/device.vue

@ -123,7 +123,7 @@ export default {
prop: "imei", prop: "imei",
span: 12, span: 12,
labelWidth: 130, labelWidth: 130,
searchLabelWidth: 90, searchLabelWidth: 60,
search: true, search: true,
rules: [ rules: [
{ {
@ -239,7 +239,7 @@ export default {
}, },
dataType: "number", dataType: "number",
labelWidth: 120, labelWidth: 120,
searchLabelWidth: 140, searchLabelWidth: 110,
search: true, search: true,
rules: [ rules: [
{ {

Loading…
Cancel
Save