gaoluyang
6 天以前 8e9bc97e709f7e49586dffb9cc3d2dac4cfef4ca
src/views/productionManagement/productionOrder/index.vue
@@ -83,10 +83,10 @@
      </el-form>
      <template #footer>
        <span class="dialog-footer">
          <el-button @click="bindRouteDialogVisible = false">取 消</el-button>
          <el-button type="primary"
                     :loading="bindRouteSaving"
                     @click="handleBindRouteConfirm">确 认</el-button>
          <el-button @click="bindRouteDialogVisible = false">取 消</el-button>
        </span>
      </template>
    </el-dialog>
@@ -455,19 +455,19 @@
  align-items: start;
}
::v-deep .yellow {
:deep(.yellow) {
  background-color: #FAF0DE;
}
::v-deep .pink {
:deep(.pink) {
  background-color: #FAE1DE;
}
::v-deep .red {
:deep(.red) {
  background-color: #f80202;
}
::v-deep .purple{
:deep(.purple){
  background-color: #F4DEFA;
}
</style>