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",
span: 12,
labelWidth: 130,
searchLabelWidth: 90,
searchLabelWidth: 60,
search: true,
rules: [
{
@ -239,7 +239,7 @@ export default {
},
dataType: "number",
labelWidth: 120,
searchLabelWidth: 140,
searchLabelWidth: 110,
search: true,
rules: [
{

Loading…
Cancel
Save