提交 f6332935 编写于 作者: L lepdou

Merge pull request #140 from lepdou/lepdou_master

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