我有一个小问题,但我无法解决它,所以我有一个文本区域,我想对齐左边的文本,我的代码是:
<textarea
rows="3"
cols="25"
id="{{ form_add_gift.description_article.name }}"
name="{{ form_add_gift.description_article.name }}"
style="padding: 0px !important; margin: 0px !important;text-align: left;"
class="form-control"
required="required">
{{ form_add_gift.description_article.value|trim }}
</textarea>
Run Code Online (Sandbox Code Playgroud)
德克萨斯州看起来像这样:请帮助我!提前谢谢

我最近安装了 Visual Studio 2017。今天,当我尝试创建一个新的 C++Win32 Console Application项目时,它New Project一次又一次地向我展示了向导。它还显示以下错误。
Project 'ConsoleApplication8' could not be loaded because it's missing install components. To fix this launch Visual Studio setup with the following selections:
Microsoft.VisualStudio.Component.VC.Tools.x86.x64
Run Code Online (Sandbox Code Playgroud)
我不知道这是否是我安装 Visual Studio 时已经存在的问题,因为这是我第一次尝试创建 C++ 控制台应用程序。
我想重新安装 Visual Studio,但不幸的是我的 DVD 坏了。所以我需要找到另一个解决方案。