|
|
|
@ -52,7 +52,8 @@
|
|
|
|
|
ng-class="{'has-error':addNoticeFrom.content.$invalid && addNoticeFrom.content.$dirty}">
|
|
|
|
|
<label class="control-label col-sm-2" for="content_input">* 通知内容</label>
|
|
|
|
|
<div class="col-xs-10">
|
|
|
|
|
<ueditor id="content_input" name="content" required ng-model="saveNoticeData.content" ue-height="400"></ueditor>
|
|
|
|
|
<ueditor id="content_input" name="content" required ng-model="saveNoticeData.content"
|
|
|
|
|
ue-height="400"></ueditor>
|
|
|
|
|
<div ng-messages="addNoticeFrom.content.$error"
|
|
|
|
|
ng-if="addNoticeFrom.content.$dirty">
|
|
|
|
|
<p class="small text-danger"
|
|
|
|
@ -82,6 +83,19 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<style type="text/css">
|
|
|
|
|
.edui-default .edui-editor {
|
|
|
|
|
border: 1px solid #d4d4d4;
|
|
|
|
|
background-color: white;
|
|
|
|
|
position: relative;
|
|
|
|
|
overflow: visible;
|
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
width: 100% !important;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|