私は今学びました、そして、みんなは笑いました。
@{ Layout = null;}<!DOCTYPE html><html><head> <meta name="viewport" content="width=device-width" /> <title>Index</title> <script src="~/Scripts/jquery.easyui-1.4.3.min.js"></script> <script src="~/Scripts/jquery-1.11.3.min.js"></script> <link href="~/Content/themes/default/easyui.css" rel="stylesheet" /> <link href="~/Content/themes/icon.css" rel="stylesheet" /></head><body class="easyui-layout"> <div data-options="region:'north',border:false" style="height:60px;background:#B3DFDA;padding:10px">north region</div> <div data-options="region:'west',split:true,title:'West'" style="width:150px;padding:10px;">west content</div> <div data-options="region:'east',split:true,collapsed:true,title:'East'" style="width:100px;padding:10px;">east region</div> <div data-options="region:'south',border:false" style="height:50px;background:#A9FACD;padding:10px;">south region</div> <div data-options="region:'center',title:'Center'"></div></body></html>
答える必要はありません。easyui.css の問題です。もう一度コピーしました。
nuGet から easyUI をインストールしました。次に、ダウンロードしたものから easyui.css を置き換えましたが、元のものが機能しなかった理由はわかりません。憂鬱だ。
オリジナルこれらの順序は重要です。自分でやりました