提交 2ba37572 编写于 作者: L lepdou

bugfix

上级 0f8aa333
......@@ -168,10 +168,6 @@ table th {
overflow: scroll;
}
textarea:disabled {
color: #5b6e84;
}
.namespace-view-table {
max-height: 700px;
/*overflow-y: scroll;*/
......
......@@ -135,7 +135,7 @@
<!--text view-->
<textarea class="form-control" rows="30" ng-show="isItemsViewOpened && namespace.viewType == 'text'"
ng-disabled="!namespace.isTextEditing">
ng-disabled="!namespace.isTextEditing" ng-model="namespace.text">
{{namespace.text}}
</textarea>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册