From c007f0ca1785db093d48f4846cda82fe8e955765 Mon Sep 17 00:00:00 2001 From: kimi <kimi42345@gmail.com> Date: 星期三, 27 五月 2020 09:59:29 +0800 Subject: [PATCH] merage --- src/main/resources/static/process/editor-app/configuration/properties/condition-expression-popup.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/static/process/editor-app/configuration/properties/condition-expression-popup.html b/src/main/resources/static/process/editor-app/configuration/properties/condition-expression-popup.html index eea2bda..2fa1981 100644 --- a/src/main/resources/static/process/editor-app/configuration/properties/condition-expression-popup.html +++ b/src/main/resources/static/process/editor-app/configuration/properties/condition-expression-popup.html @@ -10,11 +10,11 @@ <div class="detail-group clearfix"> - <div class="form-group clearfix"> + <div class="from-group clearfix"> <div class="col-xs-12"> <label class="col-xs-3">{{'PROPERTY.SEQUENCEFLOW.CONDITION.STATIC' | translate}}</label> <div class="col-xs-9"> - <textarea class="form-control" ng-model="conditionExpression.value" style="width:90%; height:100%; max-width: 100%; max-height: 100%; min-height: 100px"/> + <textarea class="from-control" ng-model="conditionExpression.value" style="width:90%; height:100%; max-width: 100%; max-height: 100%; min-height: 100px"/> </div> </div> </div> -- Gitblit v1.8.0