MrShi
12 小时以前 ac33a3140ef8ef20dfd2537fce2dfdd0f374f30e
admin/src/components/business/OperaInformationWindow.vue
@@ -1,5 +1,6 @@
<template>
  <GlobalWindow
      width="80%"
    :title="title"
    :visible.sync="visible"
    v-loading="isUploading"
@@ -131,6 +132,12 @@
::v-deep .el-form-item__content {
  flex: 0.6;
}
::v-deep .el-select {
  width: 100%;
  .el-input__inner {
    width: 100%;
  }
}
$image-width: 100px;
.avatar-uploader {
  width: $image-width;